X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-commit.txt;h=e54fb12103d4e4955f41532566cb4558432a97bb;hb=7481ebe9918771a9269c7fd0e91e855f18f2bc52;hp=63599d382827e69341983a80d64d53dd18e9ac4e;hpb=a6954452ecf757523b31d6eaaf7e00c7a2d91e46;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 63599d382..e54fb1210 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -19,6 +19,7 @@ Use 'git commit' to store the current contents of the index in a new commit along with a log message describing the changes you have made. The content to be added can be specified in several ways: + 1. by using gitlink:git-add[1] to incrementally "add" changes to the index before using the 'commit' command (Note: even modified files must be "added");