X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-add.html;h=b34c596ff75b921715574c854358631e0d649f40;hb=7da87bb8f49b5c00786cbfb3e330f690e8b924c6;hp=19d77a1486ac232669fdfe492bf1af2ea9ed8f99;hpb=2bb13102e71913465f2e7d0739be127340b5b2c6;p=git.git diff --git a/git-add.html b/git-add.html index 19d77a14..b34c596f 100644 --- a/git-add.html +++ b/git-add.html @@ -266,7 +266,7 @@ git-add(1) Manual Page

NAME

git-add - - Add files to the index file. + Add files to the index file

@@ -278,6 +278,8 @@ git-add(1) Manual Page

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".

OPTIONS

@@ -287,7 +289,7 @@ for people used to do "cvs add".

- Files to add to the index. + Files to add to the index (see git-ls-files(1)).

@@ -307,7 +309,7 @@ for people used to do "cvs add".

-— +--

@@ -369,7 +371,8 @@ git-add git-*.sh

See Also

-

git-rm(1)

+

git-rm(1) +git-ls-files(1)

Author

@@ -385,7 +388,7 @@ git-add git-*.sh