You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
-[ ] 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`
9
9
-[ ] Create a branch (version) by using this command in your CLI: `git checkout -b 'firstName-lastName'`
10
10
-[ ] 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`)
12
12
-[ ] 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
13
13
-[ ] 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!*
0 commit comments