Skip to content

Commit 3ad94a3

Browse files
committed
Spelling corrections.
1 parent a37f5d3 commit 3ad94a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ git diff HEAD~3 mars.txt
313313
# Show changes for just HEAD~3
314314
git show HEAD~3 mars.txt
315315

316-
# SHow changes in range of commits
316+
# Show changes in range of commits
317317
git 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)

0 commit comments

Comments
 (0)