We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c02a37 + e5c27bd commit 6aa3299Copy full SHA for 6aa3299
1 file changed
Documentation/git-add.adoc
@@ -17,8 +17,8 @@ git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [-
17
DESCRIPTION
18
-----------
19
Add contents of new or changed files to the index. The "index" (also
20
-known as "staging area") is where Git stores the contents of the next
21
-commit.
+known as the "staging area") is what you use to prepare the contents of
+the next commit.
22
23
When you run `git commit` without any other arguments, it will only
24
commit staged changes. For example, if you've edited `file.c` and want
0 commit comments