Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 1.27 KB

README.markdown

File metadata and controls

89 lines (58 loc) · 1.27 KB

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
  • diff_head
  • ignore

giti/branch actions

  • switch
  • delete
  • delete_force
  • merge

giti/log actions

  • view
  • diff
  • revert
  • reset

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)
  • extend giti/diff action (use vimdiff)
  • implement giti/stash source and kind
  • implement giti/blame source and kind (use scrollbind)
  • implement giti/tag source and kind
  • implement git_pull and git_pull_squash custom actions
  • and other ...