mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 01:41:39 +03:00
git-add: update to -A option (#1051)
See: (`git add -A` vs `git add .`)[http://stackoverflow.com/questions/26042390/git-add-asterisk-vs-git-add-period]
This commit is contained in:
parent
8589e1f7a5
commit
4bfdfacfa7
@ -8,7 +8,7 @@
|
||||
|
||||
- Add all files (tracked and untracked):
|
||||
|
||||
`git add .`
|
||||
`git add -A`
|
||||
|
||||
- Only add already tracked files:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user