Skip to content

Commit f677ee6

Browse files
authored
Merge pull request #1 from bloominstituteoftechnology/main
Update README.md
2 parents eb3efb0 + 2eb6fc2 commit f677ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [ ] Clone (download) this repository onto your computer by using this command in your CLI: `git clone [email protected]:YOUR-GITHUB-NAME/Git-Flow-Practice.git`
99
- [ ] Create a branch (version) by using this command in your CLI: `git checkout -b 'firstName-lastName'`
1010
- [ ] Add your name to the list of names below these instructions
11-
- [ ] 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`
11+
- [ ] 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`)
1212
- [ ] 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
1313
- [ ] 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!*
1414

0 commit comments

Comments
 (0)