VimPlugin: Fugitive

From wikinotes
Revision as of 23:01, 18 June 2020 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

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

Tutorials

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

Usage

:Gstatus                         "opens git-status
-                                "toggle git add/untrack (works with multiple files selected)
ca                               " git commit --amend
cc                               " git commit