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.
2 parents d5f78b6 + 3072c43 commit e95aba0Copy full SHA for e95aba0
book/02-git-basics/sections/recording-changes.asc
@@ -595,5 +595,5 @@ $ git add README
595
----
596
597
Git figures out that it's a rename implicitly, so it doesn't matter if you rename a file that way or with the `mv` command.
598
-The only real difference is that `mv` is one command instead of three – it's a convenience function.
+The only real difference is that `git mv` is one command instead of three – it's a convenience function.
599
More importantly, you can use any tool you like to rename a file, and address the add/rm later, before you commit.
0 commit comments