Skip to content

Commit 6eef695

Browse files
vsn ctl update fig desc
1 parent 3faebd4 commit 6eef695

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/version-control.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,10 @@ 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 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
160162
human-readable **message**, which you write when you make a commit, and a
161163
**commit hash** that Git automatically adds for you.
162164

0 commit comments

Comments
 (0)