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.
git mv
mv
1 parent f3531c7 commit 3072c43Copy full SHA for 3072c43
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