Code

Update the git-branch man page to include the "-r" option,
[git.git] / Documentation / git-add.txt
index 7e293834d18982e7ae5d1d6fd057304994978318..ae24547c8a03f5a2b9b850062c6237b35cff70c7 100644 (file)
@@ -3,7 +3,7 @@ git-add(1)
 
 NAME
 ----
-git-add - Add files to the index file.
+git-add - Add files to the index file
 
 SYNOPSIS
 --------
@@ -65,6 +65,9 @@ git-add git-*.sh::
        (i.e. you are listing the files explicitly), it does not
        add `subdir/git-foo.sh` to the index.
 
+See Also
+--------
+gitlink:git-rm[1]
 
 Author
 ------