Skip to content

Commit 8a81047

Browse files
authored
Merge pull request #1733 from rorysedgwick/rorysedgwick-formatting-fix
Fix add/rm subcommand code highlighting
2 parents ab3dabe + 5140193 commit 8a81047

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
@@ -617,4 +617,4 @@ $ git add README
617617

618618
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.
619619
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.
620+
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

Comments
 (0)