How do you use vim-fugitive for Git operations?
Answer
:Git or :G
Explanation
vim-fugitive provides Git integration. :Git opens a status window, :Git blame shows blame, :Gdiff opens a diff. Use :Git push and :Git pull.
:Git or :G
vim-fugitive provides Git integration. :Git opens a status window, :Git blame shows blame, :Gdiff opens a diff. Use :Git push and :Git pull.