Skip to content

Commit 69d2477

Browse files
committed
add a missing table heading copy
1 parent 21e6348 commit 69d2477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-guides/git-add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If the time is right to stage all files, there are several commands that you can
7575
* `git add .`: adds the entire directory recursively, including files whose names begin with a dot
7676
* `git add -u`: stages modified and deleted files only, NOT new files
7777

78-
| | New files | Modified files | Deleted files | Files with names beginning with a dot | Current directory | Higher directories|
78+
| Command | New files | Modified files | Deleted files | Files with names beginning with a dot | Current directory | Higher directories|
7979
| ------------- | ------------- | ---- | ---- | ------ | ----- | ----- |
8080
| `git add -A` | Yes | Yes | Yes | Yes | Yes | Yes |
8181
| `git add .` | Yes | Yes | Yes | Yes | Yes | No |

0 commit comments

Comments
 (0)