Skip to content

Commit 4c479b7

Browse files
Correct redundant phrase in Recording Changes to the Repository
"VCS systems" is a redundant acronym phrase (like "ATM machines").
1 parent 27c2c93 commit 4c479b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ This command removes all files whose names end with a `~`.
579579
==== Moving Files
580580

581581
(((files, moving)))
582-
Unlike many other VCS systems, Git doesn't explicitly track file movement.
582+
Unlike many other VCSs, Git doesn't explicitly track file movement.
583583
If you rename a file in Git, no metadata is stored in Git that tells it you renamed the file.
584584
However, Git is pretty smart about figuring that out after the fact -- we'll deal with detecting file movement a bit later.
585585

0 commit comments

Comments
 (0)