Skip to content

Commit b268308

Browse files
minor ed to fix figure description vsn ctl graphic update
1 parent 2f5a023 commit b268308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/version-control.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ a version of the project. These records are \index{git!commit} called **commits
155155
are a snapshot of the file contents as well
156156
metadata about the repository at that time the record was created (who made the
157157
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 gray
159-
circles. Each commit can be identified by a
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
160160
human-readable **message**, which you write when you make a commit, and a
161161
**commit hash** that Git automatically adds for you.
162162

0 commit comments

Comments
 (0)