How do you do git add .
in Fugitive for vim?
THe command :Git add .
is not doing adding anything
How do you do git add .
in Fugitive for vim?
THe command :Git add .
is not doing adding anything
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.
I think you are looking for :Gwrite
.
The video here explains fugitive and what the command does very well.
:Gstatus
explained in the linked video is really awesome! –
Hinduism 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.
© 2022 - 2024 — McMap. All rights reserved.