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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: classnotes/2013-11-14-stanford-git-and-github-intro.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,46 +64,45 @@ eventdate: 2013-11-14
64
64
### Add and Commit
65
65
*`git add -- <filename>`
66
66
*`git commit -m 'first commit of why im making this change'`
67
-
* This is similar to a shopping cart.
68
-
*We have our list of items to buy (working directory changes), and when we find them in the store, we add them to the cart. When we're doing to leave the store,
69
-
we go to the register with our items (commit).
67
+
* This is similar to a shopping cart.
68
+
We have our list of items to buy (working directory changes), and when we find them in the store,
69
+
we add them to the cart. When we're leaving the store, we go to the register with our items (commit).
0 commit comments