Skip to content
kmnk edited this page May 24, 2012 · 5 revisions

vim-unite-giti

vim-unite-giti is unite source for using git.

Usage

Install

NeoBundle 'git://github.com/kmnk/vim-unite-giti.git'

Sources

  • giti
    • view sources of giti
  • giti/status
    • view status of current repository
  • giti/branch
    • view branches on current repository
  • giti/log
    • view log on current repository
  • giti/config
    • view config

Kinds

giti/status actions

  • add
  • rm_cached
  • reset
  • commit
  • amend
  • checkout
  • diff
  • diff_cached

giti/branch actions

  • switch
  • delete

*giti/log# actions

  • view
  • diff

giti/config actions

  • yank_value
  • write
  • remove

CUSTOM ACTION

on file kind

  • git_rm

SEE ALSO

TODO

  • extend giti/log source (and write document about it)
  • implement git merge function
  • and other ...