]> git.phdru.name Git - git-wiki.git/commitdiff
git commit [--only] -- $FILE
authorOleg Broytman <phd@phdru.name>
Wed, 19 Aug 2015 22:43:46 +0000 (01:43 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Aug 2015 22:43:46 +0000 (01:43 +0300)
pep-git.txt

index aa86ef8f8fa0bd59e0394eb8286e7e33a8f8b2de..43e8ddd63a408e6e01ecac5c2ef5dab9b1b7951a 100644 (file)
@@ -650,7 +650,8 @@ committing means you need to do that for every change, not only to add
 new (untracked) files. To simplify committing in case you just want to
 commit everything without reviewing run ``git commit --all`` (or just
 ``-a``) - the command adds every changed tracked file to the index and
-then commit.
+then commit. To commit a file or files regardless of patches collected
+in the index run ``git commit [--only] -- $FILE...``.
 
 To add hunks of patches to the index use ``git add --patch`` (or just
 ``-p``). To remove collected files from the index use ``git reset HEAD