X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-add.txt;h=ae24547c8a03f5a2b9b850062c6237b35cff70c7;hb=459a21bd35675e140e19569e8b5c62c7fc4eee5b;hp=7e293834d18982e7ae5d1d6fd057304994978318;hpb=c40610422e1157e71dbc3c1a2f9e19bbe117962f;p=git.git diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 7e293834..ae24547c 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -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 ------