We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e6385 commit 6fc4a7eCopy full SHA for 6fc4a7e
Documentation/git-commit.txt
@@ -29,7 +29,8 @@ The content to be added can be specified in several ways:
29
30
3. by listing files as arguments to the 'commit' command, in which
31
case the commit will ignore changes staged in the index, and instead
32
- record the current content of the listed files;
+ record the current content of the listed files (which must already
33
+ be known to git);
34
35
4. by using the -a switch with the 'commit' command to automatically
36
"add" changes from all known files (i.e. all files that are already
0 commit comments