We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cd988 commit d38f090Copy full SHA for d38f090
README.rdoc
@@ -12,6 +12,9 @@ Git-vim provides:
12
[:GitLog] Show git-log of current file or repository.
13
[:GitCheckout <args>] git-checkout. Completes git commits.
14
[:GitDiff <args>] git-diff. Completes git commits.
15
+[:GitPull <args>] git-pull.
16
+[:GitPullRebase] git-pull --rebase.
17
+[:GitPush <args>] git-push. Defaults to +git push origin <current-branch>+.
18
[:GitCatFile <args>] git-cat-file.
19
[:Git <args>] Does any git command.
20
[:GitVimDiffMerge] Experimental. Call this command on unmerged file to enter vimdiff mode.
0 commit comments