X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-rm.txt;h=da0215d20c61c11307ffd4347026cc295b0dc685;hb=352404ac4ccab144cd866b1f24c90b8f29ca33c2;hp=0adbe8b1f8e6e992a1f991fbdba4deffbd6e15b0;hpb=bac9c06ba093d9254cb2ab3eed074722a3e635a6;p=git.git diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 0adbe8b1f..da0215d20 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -7,6 +7,7 @@ git-rm - Remove files from the working tree and from the index SYNOPSIS -------- +[verse] 'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] ... DESCRIPTION @@ -153,14 +154,6 @@ SEE ALSO -------- linkgit:git-add[1] -Author ------- -Written by Linus Torvalds - -Documentation --------------- -Documentation by Junio C Hamano and the git-list . - GIT --- Part of the linkgit:git[1] suite