How to do git add . with fugitive?
I think you are looking for :Gwrite
.
The video here explains fugitive and what the command does very well.
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.