File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,9 @@ a version of the project. These records are called **commits**. They
183
183
are a snapshot of the file contents as well
184
184
metadata about the repository at that time the record was created (who made the
185
185
commit, when it was made, etc.). In the local and remote repositories shown in
186
- {numref}` vc1-no-changes ` , there are two commits represented as light blue rectangles
187
- inside the "Repository History" sections.
186
+ {numref}` vc1-no-changes ` , there are two commits represented as rectangles
187
+ inside the "Repository History" sections. The white rectangle represents the most
188
+ recent commit, while faded rectangles represent previous commits.
188
189
Each commit can be identified by a
189
190
human-readable ** message** , which you write when you make a commit, and a
190
191
** commit hash** that Git automatically adds for you.
You can’t perform that action at this time.
0 commit comments