Skip to content

cohama/agit.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agit.vim

Build Status

Yet another gitk clone for Vim!

Screen Shots

Screen Shot

Features

  • gitk-like repository viewer
  • providing various git commands (e.g. checkout, reset, etc...)
  • side by side diff by vimdiff
  • No fugitive dependency, but well cooperation if exists.
  • Supporting multibyte character

Installation

If you use NeoBundle,

NeoBundle 'cohama/agit.vim'

Usage

When you edit a file in git repository, type the below

:Agit

Requirements

  • Vim 7.4.52 or later
  • Git 1.8.5 or later

License

MIT license

Pull request is always welcome!