diff options
author | Jeff Muizelaar <jeff@infidigm.net> | 2006-03-05 16:18:19 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 13:33:13 -0800 |
commit | 872d001f7f576b2d32f6278dc265d6449787b714 (patch) | |
tree | 817774cc7001841aa3e3b548be5d4aac7d948bad /Documentation/git-rm.txt | |
parent | 8911db70f8b84b2e96b328eeca9e5d7701c22479 (diff) | |
download | git-872d001f7f576b2d32f6278dc265d6449787b714.tar.gz |
documentation: add 'see also' sections to git-rm and git-add
Pair up git-add and git-rm by adding a 'see also' section that
references the opposite command to each of their documentation files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r-- | Documentation/git-rm.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 401bfb2d9c..d8a5afae03 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -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 ------ |