Skip to content

Commit 5140193

Browse files
authored
Fix add/rm subcommand code highlighting
1 parent ab3dabe commit 5140193

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)