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:
Parth Mehrotra 2016-09-12 00:23:57 -04:00 committed by Agniva De Sarker
parent 8589e1f7a5
commit 4bfdfacfa7

View File

@ -8,7 +8,7 @@
- Add all files (tracked and untracked):
`git add .`
`git add -A`
- Only add already tracked files: