Skip to content

Commit

Permalink
more idiomatic
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethKinLum committed Feb 28, 2016
1 parent 670e1cc commit b2d82d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/recording-changes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Or, you can do something like this:
$ git rm \*~
----

This command removes all files that end with a `~` in the filename.
This command removes all files whose names end with a `~`.

[[_git_mv]]
==== Moving Files
Expand Down

0 comments on commit b2d82d5

Please sign in to comment.