Skip to content

Commit

Permalink
Mention both git log and git show (#875)
Browse files Browse the repository at this point in the history
In episode 5, mention that both `git log` and `git show` display IDs that can identify commits.
  • Loading branch information
dicksonlaw583 committed Jul 3, 2024
1 parent e00fb57 commit 4ce061a
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 4ce061a

Please sign in to comment.