From 872d001f7f576b2d32f6278dc265d6449787b714 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Sun, 5 Mar 2006 16:18:19 -0500 Subject: 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 --- Documentation/git-rm.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/git-rm.txt') 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 ------ -- cgit v1.2.3