Skip to content

Commit

Permalink
Merge pull request #1 from bloominstituteoftechnology/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Arwelch2024 authored Nov 17, 2022
2 parents eb3efb0 + 2eb6fc2 commit f677ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [ ] Clone (download) this repository onto your computer by using this command in your CLI: `git clone git@github.com:YOUR-GITHUB-NAME/Git-Flow-Practice.git`
- [ ] Create a branch (version) by using this command in your CLI: `git checkout -b 'firstName-lastName'`
- [ ] Add your name to the list of names below these instructions
- [ ] Send your code to Github by using this set of commands in your CLI: `git add .`, `git commit -m "type a message in here explaining what you changed"`, and `git push`
- [ ] Send your code to Github by using this set of commands in your CLI: `git add .`, `git commit -m "type a message in here explaining what you changed"`, and `git push -u origin firstName-lastName`. (Once you've set the upstream branch and pushed, you can from then on simply type `git push`)
- [ ] On GitHub, the grey "main" button opposite from the green "Code" button will show your named branch's version of code after refreshing the page
- [ ] Create a Pull Request through the top menu of the repository on GitHub; click the green New Pull Request button, then use your own student fork as the base to compare myuser/firstName-lastName to myuser/main. *DO NOT MERGE THE PULL REQUEST!*

Expand Down

0 comments on commit f677ee6

Please sign in to comment.