git-vim

My vim files for Git

  • Owner: motemen/git-vim
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

= 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

Main metrics

Overview
Name With Ownermotemen/git-vim
Primary LanguageVim Script
Program languageVim script (Language Count: 1)
Platform
License:
所有者活动
Created At2008-04-27 07:23:09
Pushed At2018-02-15 06:24:20
Last Commit At2018-02-15 15:24:20
Release Count0
用户参与
Stargazers Count574
Watchers Count12
Fork Count70
Commits Count78
Has Issues Enabled
Issues Count15
Issue Open Count9
Pull Requests Count6
Pull Requests Open Count6
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private