Skip to content

Commit ffa4a1d

Browse files
version control minor ed
1 parent 23aaed7 commit ffa4a1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/version-control.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ a version of the project. These records are called **commits**. They
183183
are a snapshot of the file contents as well
184184
metadata about the repository at that time the record was created (who made the
185185
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.
188189
Each commit can be identified by a
189190
human-readable **message**, which you write when you make a commit, and a
190191
**commit hash** that Git automatically adds for you.

0 commit comments

Comments
 (0)