File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,10 @@ a version of the project. These records are \index{git!commit} called **commits
155
155
are a snapshot of the file contents as well
156
156
metadata about the repository at that time the record was created (who made the
157
157
commit, when it was made, etc.). In the local and remote repositories shown in
158
- Figure \@ ref(fig: vc1-no-changes ), there are two commits represented as light blue
159
- rectangles inside the "Repository History" sections. Each commit can be identified by a
158
+ Figure \@ ref(fig: vc1-no-changes ), there are two commits represented as rectangles
159
+ inside the "Repository History" sections. The white rectangle represents the most
160
+ recent commit, while faded rectangles represent previous commits.
161
+ Each commit can be identified by a
160
162
human-readable ** message** , which you write when you make a commit, and a
161
163
** commit hash** that Git automatically adds for you.
162
164
You can’t perform that action at this time.
0 commit comments