This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5a5d154a7cdad226ef64fa7c49019e936d12846f
tree 02720741aa11df07913ae6d8391420fe1318cc3d
parent b0c8748f9544e758b0241ec376699a6d52d0758b
tree 02720741aa11df07913ae6d8391420fe1318cc3d
parent b0c8748f9544e758b0241ec376699a6d52d0758b
git-vim /
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Thu Jul 24 03:46:56 -0700 2008 | [motemen] |
| |
plugin/ | Wed Jul 23 20:38:44 -0700 2008 | [motemen] |
| |
syntax/ | Wed Jul 23 20:38:44 -0700 2008 | [motemen] |
README.rdoc:GitAdd <file> git-add <file> or current file if not specified.
:GitCommit <args> git-commit.
:GitStatus Show git-status of current file or repository.
:GitLog Show git-log of current file or repository.
:GitCheckout <args> git-checkout. Completes git commits.
:GitDiff <args> git-diff. Completes git commits.
:GitCatFile <args> git-cat-file.
:Git <args> Does any git command.
:GitVimDiffMerge Experimental. Call this command on unmerged file to enter vimdiff mode.
:GitVimDiffMergeDone Call this command after merging.
<Leader>gd :GitDiff
<Leader>gD :GitDiff —cached
<Leader>gs :GitStatus
<Leader>gl :GitLog
<Leader>ga :GitAdd
<Leader>gA :GitAdd <cfile>
<Leader>gc :GitCommit
<Enter> :GitAdd <cfile>
git.vim
Introduction
Git-vim provides:
- Plugin files for calling git functions from inside Vim
- Syntax files for git displays




