From 4ce061a725fadf03f8785ad01b94ed974e48857b Mon Sep 17 00:00:00 2001 From: Dickson Law Date: Wed, 3 Jul 2024 09:51:41 -0400 Subject: [PATCH] Mention both git log and git show (#875) In episode 5, mention that both `git log` and `git show` display IDs that can identify commits. --- episodes/05-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index 9fc33cf5a8..8003af965f 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -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