X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=man1%2Fgit-add.1;fp=man1%2Fgit-add.1;h=f75722a137e743480f413a7e660aae707132a42e;hb=c93ee8bb4e84eeb812430fdaff7773aa353af096;hp=d95c02db40acce1e91d9c057b6996d556cd7cd04;hpb=51517b20162b4a3a5023699176a6f8a5e71f7e70;p=git.git diff --git a/man1/git-add.1 b/man1/git-add.1 index d95c02db..f75722a1 100755 --- a/man1/git-add.1 +++ b/man1/git-add.1 @@ -30,11 +30,14 @@ git-add \- Add files to the index file A simple wrapper for git\-update\-index to add files to the index, for people used to do "cvs add"\&. + +It only adds non\-ignored files, to add ignored files use "git update\-index \-\-add"\&. + .SH "OPTIONS" .TP ... -Files to add to the index\&. +Files to add to the index (see \fBgit\-ls\-files\fR(1))\&. .TP \-n @@ -76,7 +79,7 @@ Adds all git\-*\&.sh scripts that are not in the index\&. Because this example l .SH "SEE ALSO" -\fBgit\-rm\fR(1) +\fBgit\-rm\fR(1) \fBgit\-ls\-files\fR(1) .SH "AUTHOR"