VimPlugin: Fugitive

From wikinotes
Revision as of 02:18, 16 October 2021 by Will (talk | contribs) (→‎Git Index)

Documentation

github https://github.com/tpope/vim-fugitive

Tutorials

vimcasts (5 part series) http://vimcasts.org/blog/2011/05/the-fugitive-series/

Usage

Git Index

" commands
" ========
:Gstatus  "opens git-status


" hotkeys
" =======
-         "toggle git add/untrack (works with multiple files selected)
ca        " git commit --amend
cc        " git commit

Diff

:Git difftool --name-only master...  " files changed since master added to quickfix