Search code examples
vimvim-fugitive

How to do git add . with fugitive?


How do you do git add . in Fugitive for vim?

THe command :Git add . is not doing adding anything


Solution

  • 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.