We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cf539 commit d4b389aCopy full SHA for d4b389a
_episodes/02-history.md
@@ -76,8 +76,9 @@ uniquely identifies the changes made in this commit
76
- date
77
- your commit message
78
79
-Git automatically assigns an identifier (e.g. 4dd7f5) to each commit
80
-made to the repository
+
+
81
+Git automatically assigns an identifier (e.g. 4dd7f5) to each commit made to the repository
82
--- we refer to this as *COMMITID* in the code blocks below.
83
In order to see the changes made between any earlier commit and our
84
current version, we can use `git diff` followed by the commit identifier of the
0 commit comments