Skip to content

Instantly share code, notes, and snippets.

@dcuadraq
Last active June 19, 2017 00:49
Show Gist options
  • Save dcuadraq/fdaa339e4f2df11251bfcdc87019d632 to your computer and use it in GitHub Desktop.
Save dcuadraq/fdaa339e4f2df11251bfcdc87019d632 to your computer and use it in GitHub Desktop.
Fugitive

Fugitive

Vim plugin for git

Commands

:help Glog

:Glog

:cnext

Loads the next version (older)

:cprevious

Loads the previous version (newer)

:cfirst

Loads first

:clast

Loads last

Gedit

Returns to current

:Git

Like :!git but changes to tree repository

:Git!

Like :Git but captures output in file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment