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 0205dd5 commit da61d9bCopy full SHA for da61d9b
git-guides/git-add.md
@@ -27,7 +27,7 @@ This means if you `git add` a deleted file the _deletion_ is staged for commit.
27
### Common usages and options for `git add`
28
29
* `git add <path>`: Stage a specific directory or file
30
-* `git add .`: Stage all files (that are not listed in the `.gitignore`) in the entire repository
+* `git add -A`: Stage all files (that are not listed in the `.gitignore`) in the entire repository
31
* `git add -p`: Interactively stage hunks of changes
32
33
You can see all of the many options with `git add` in [git-scm's documentation](https://git-scm.com/docs/git-add).
0 commit comments