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 gray
187
- circles. Each commit can be identified by a
186
+ {numref}` vc1-no-changes ` , there are two commits represented as light blue rectangles
187
+ inside the "Repository History" sections.
188
+ Each commit can be identified by a
188
189
human-readable ** message** , which you write when you make a commit, and a
189
190
** commit hash** that Git automatically adds for you.
190
191
You can’t perform that action at this time.
0 commit comments