Skip to content

Commit

Permalink
Merge pull request #1001 from dicksonlaw583/dev-episode5-gitlog
Browse files Browse the repository at this point in the history
Mention both git log and git show (#875)
  • Loading branch information
martinosorb committed Jul 14, 2024
2 parents 49b6cfb + 4ce061a commit 6949126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ while `HEAD~123` goes back 123 commits from where we are now.

We can also refer to commits using
those long strings of digits and letters
that `git log` displays.
that both `git log` and `git show` display.
These are unique IDs for the changes,
and "unique" really does mean unique:
every change to any set of files on any computer
Expand Down

0 comments on commit 6949126

Please sign in to comment.