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 ab3dabe + 5140193 commit 8a81047Copy full SHA for 8a81047
book/02-git-basics/sections/recording-changes.asc
@@ -617,4 +617,4 @@ $ git add README
617
618
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.
619
The only real difference is that `git mv` is one command instead of three -- it's a convenience function.
620
-More importantly, you can use any tool you like to rename a file, and address the add/rm later, before you commit.
+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