📅 2020-Apr-27 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ git, vim plugin ⬩ 📚 Archive
Fugitive is a plugin written by Tim Pope that enables you to use Git features in Vim.
https://github.com/tpope/vim-fugitive
:Git
. It shows the head, current branch, untracked files and unstaged files.:Git add
.:Git blame
to get blame information for each line: commit, user and date-time.:Git diff
.:Gdiffsplit
.Tried with: Vim 8.0 and Ubuntu 18.04