git-vim

My vim files for Git

Github星跟蹤圖

= git.vim

This project is no longer maintained. You may want to use {tpope/vim-fugitive}[https://github.com/tpope/vim-fugitive].

== Introduction
Git-vim provides:

  • Plugin files for calling git functions from inside Vim
  • Syntax files for git displays

== Commands
[:GitAdd ] git-add or current file if not specified.
[:GitCommit ] git-commit.
[:GitStatus] Show git-status of current file or repository.
[:GitLog] Show git-log of current file or repository.
[:GitCheckout ] git-checkout. Completes git commits.
[:GitDiff ] git-diff. Completes git commits.
[:GitPull ] git-pull.
[:GitPullRebase] git-pull --rebase.
[:GitPush ] git-push. Defaults to +git push origin +.
[:GitCatFile ] git-cat-file.
[:GitBlame ] git-blame.
[:Git ] Does any git command.
[:GitVimDiffMerge] Experimental. Call this command on unmerged file to enter vimdiff mode.
[:GitVimDiffMergeDone] Call this command after merging.

== Keymaps
[gd] :GitDiff
[gD] :GitDiff --cached
[gs] :GitStatus
[gl] :GitLog
[ga] :GitAdd
[gA] :GitAdd
[gc] :GitCommit
[gb] :GitBlame

=== In git-status buffer
[] :GitAdd

== License
The MIT License

主要指標

概覽
名稱與所有者motemen/git-vim
主編程語言Vim Script
編程語言Vim script (語言數: 1)
平台
許可證
所有者活动
創建於2008-04-27 15:23:09
推送於2018-02-15 14:24:20
最后一次提交2018-02-15 14:24:20
發布數0
用户参与
星數574
關注者數10
派生數69
提交數78
已啟用問題?
問題數15
打開的問題數9
拉請求數6
打開的拉請求數6
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?