We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e6348 commit 69d2477Copy full SHA for 69d2477
git-guides/git-add.md
@@ -75,7 +75,7 @@ If the time is right to stage all files, there are several commands that you can
75
* `git add .`: adds the entire directory recursively, including files whose names begin with a dot
76
* `git add -u`: stages modified and deleted files only, NOT new files
77
78
-| | New files | Modified files | Deleted files | Files with names beginning with a dot | Current directory | Higher directories|
+| Command | New files | Modified files | Deleted files | Files with names beginning with a dot | Current directory | Higher directories|
79
| ------------- | ------------- | ---- | ---- | ------ | ----- | ----- |
80
| `git add -A` | Yes | Yes | Yes | Yes | Yes | Yes |
81
| `git add .` | Yes | Yes | Yes | Yes | Yes | No |
0 commit comments