SyntaxFix
Write A Post
Hire A Developer
Questions
From Git documentation starting from version 2.0:
To add content for the whole tree, run:
git add --all :/
or
git add -A :/
To restrict the command to the current directory, run:
git add --all .
git add -A .