We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340ce9e commit da98053Copy full SHA for da98053
Documentation/git-add.txt
@@ -9,7 +9,7 @@ SYNOPSIS
9
--------
10
[verse]
11
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
12
- [--update | -u] [--refresh] [--ignore-errors] [--]
+ [--all | [--update | -u]] [--refresh] [--ignore-errors] [--]
13
<filepattern>...
14
15
DESCRIPTION
@@ -86,6 +86,12 @@ OPTIONS
86
command line. If no paths are specified, all tracked files in the
87
current directory and its subdirectories are updated.
88
89
+-A::
90
+--all::
91
+ Update files that git already knows about (same as '\--update')
92
+ and add all untracked files that are not ignored by '.gitignore'
93
+ mechanism.
94
+
95
--refresh::
96
Don't add the file(s), but only refresh their stat()
97
information in the index.
0 commit comments