Autogenerated man pages for v1.2.4-gb0a3de4
[git.git] / man1 / git-rm.1
index c961df3..fa3c084 100755 (executable)
@@ -19,7 +19,7 @@
 ..
 .TH "GIT-RM" 1 "" "" ""
 .SH 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
 .SH "SYNOPSIS"
 
 
@@ -77,6 +77,11 @@ Note that the asterisk * is quoted from the shell in this example; this lets the
 git\-rm \-f git\-*\&.sh
 Remove all git\-*\&.sh scripts that are in the index\&. The files are removed from the index, and (because of the \-f option), from the working tree as well\&. Because this example lets the shell expand the asterisk (i\&.e\&. you are listing the files explicitly), it does not remove subdir/git\-foo\&.sh\&.
 
+.SH "SEE ALSO"
+
+
+\fBgit\-add\fR(1)
+
 .SH "AUTHOR"