X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-rm.txt;h=c9c3088424ebd45e2220efde104e47b6e4cd8316;hb=98a4fef3f28e48d12a4fecd5cf97daa774c1e5bc;hp=401bfb2d9cc4db22d0dd12b5c086ad537896fe65;hpb=f0b0af1b04f558b684cae2a3b805ca4bab84d45f;p=git.git diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 401bfb2d..c9c30884 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -3,7 +3,7 @@ git-rm(1) NAME ---- -git-rm - Remove files from the working tree and from the index. +git-rm - Remove files from the working tree and from the index SYNOPSIS -------- @@ -74,6 +74,9 @@ git-rm -f git-*.sh:: shell expand the asterisk (i.e. you are listing the files explicitly), it does not remove `subdir/git-foo.sh`. +See Also +-------- +gitlink:git-add[1] Author ------