How do you do git add . in Fugitive for vim?
git add .
THe command :Git add . is not doing adding anything
:Git add .
I don't know why Git add . doesn't work, but you can use -- to seperate Git add from the path, so Git add -- . does the job.
Git add .
--
Git add
Git add -- .