Select Git revision
discourse.service.js
README.md 17.32 KiB
vimagit
Ease your git workflow within vim.
From a very single vim buffer, you can perform main git operations in few key press. To name a few:
- Visualize all diffs in your git repository.
- Stage file, hunks or even just parts of a hunk using a single key press.
- Write or amend your commit message and commit in the same buffer.
Take a look at TL;DR to start using it immediately.
Some screencasts:
- A simple asciicast
- A commented video presenting vimagit (thank you Mike Hartington!)
This workflow is 100% inspired from magnificent emacs Magit plugin.