Skip to content

Commit 7c14874

Browse files
minor update fix graphic vsn ctl description
1 parent 03eb65d commit 7c14874

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 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
188189
human-readable **message**, which you write when you make a commit, and a
189190
**commit hash** that Git automatically adds for you.
190191

0 commit comments

Comments
 (0)