SyntaxFix
Write A Post
Hire A Developer
Questions
Just in case if you're feeding this path to the Git itself, use :/
:/
# this adds the whole working tree from any directory in the repo git add :/ # and is equal to git add $(git rev-parse --show-toplevel)