Skip to content

Commit d38f090

Browse files
committed
Wrote GitPull/GitPullRebase/GitPush in README
1 parent d8cd988 commit d38f090

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rdoc

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Git-vim provides:
1212
[:GitLog] Show git-log of current file or repository.
1313
[:GitCheckout <args>] git-checkout. Completes git commits.
1414
[: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>+.
1518
[:GitCatFile <args>] git-cat-file.
1619
[:Git <args>] Does any git command.
1720
[:GitVimDiffMerge] Experimental. Call this command on unmerged file to enter vimdiff mode.

0 commit comments

Comments
 (0)