Skip to content

Commit

Permalink
add a missing table heading copy
Browse files Browse the repository at this point in the history
  • Loading branch information
stamat committed May 17, 2024
1 parent 21e6348 commit 69d2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-guides/git-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If the time is right to stage all files, there are several commands that you can
* `git add .`: adds the entire directory recursively, including files whose names begin with a dot
* `git add -u`: stages modified and deleted files only, NOT new files

| | 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|
| ------------- | ------------- | ---- | ---- | ------ | ----- | ----- |
| `git add -A` | Yes | Yes | Yes | Yes | Yes | Yes |
| `git add .` | Yes | Yes | Yes | Yes | Yes | No |
Expand Down

0 comments on commit 69d2477

Please sign in to comment.