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
313313# Show changes for just HEAD~3
314314git show HEAD~3 mars.txt
315315
316- # SHow changes in range of commits
316+ # Show changes in range of commits
317317git diff HEAD~3..HEAD~1 mars.txt
318318#+END_SRC
319319
@@ -543,7 +543,7 @@ git config --global merge.tool meld
543543- .ipynb files contain a lot of JSON boilerplate that isn't code
544544
545545** Next steps (intermediate Git)
546- *** Useful commands that you should add to you repertoire
546+ *** Useful commands that you should add to your repertoire
547547- git blame: See who changed each line of a file
548548- git bisect: Find out when a change was introduced (good man page)
549549- git revert: Undo your recent commits (good man page)
You can’t perform that action at this time.
0 commit comments