File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ git diff HEAD~3 mars.txt
313
313
# Show changes for just HEAD~3
314
314
git show HEAD~3 mars.txt
315
315
316
- # SHow changes in range of commits
316
+ # Show changes in range of commits
317
317
git diff HEAD~3..HEAD~1 mars.txt
318
318
#+END_SRC
319
319
@@ -543,7 +543,7 @@ git config --global merge.tool meld
543
543
- .ipynb files contain a lot of JSON boilerplate that isn't code
544
544
545
545
** Next steps (intermediate Git)
546
- *** Useful commands that you should add to you repertoire
546
+ *** Useful commands that you should add to your repertoire
547
547
- git blame: See who changed each line of a file
548
548
- git bisect: Find out when a change was introduced (good man page)
549
549
- git revert: Undo your recent commits (good man page)
You can’t perform that action at this time.
0 commit comments