We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c2c93 commit 4c479b7Copy full SHA for 4c479b7
book/02-git-basics/sections/recording-changes.asc
@@ -579,7 +579,7 @@ This command removes all files whose names end with a `~`.
579
==== Moving Files
580
581
(((files, moving)))
582
-Unlike many other VCS systems, Git doesn't explicitly track file movement.
+Unlike many other VCSs, Git doesn't explicitly track file movement.
583
If you rename a file in Git, no metadata is stored in Git that tells it you renamed the file.
584
However, Git is pretty smart about figuring that out after the fact -- we'll deal with detecting file movement a bit later.
585
0 commit comments