Provide :Gpush and :Gfetch

Closes #450.
This commit is contained in:
Tim Pope
2014-06-30 14:30:44 -04:00
parent 94a5d6fe2f
commit ee2b0ecdb8
2 changed files with 38 additions and 0 deletions

View File

@@ -81,6 +81,15 @@ that are part of Git repositories).
*fugitive-:Gpull*
:Gpull [args] Like |:Gmerge|, but for git-pull.
*fugitive-:Gpush*
:Gpush [args] Invoke git-push, load the results into the quickfix
list, and invoke |:cwindow| to reveal any errors.
|:Dispatch| is used if available for asynchronous
invocation.
*fugitive-:Gfetch*
:Gfetch [args] Like |:Gpush|, but for git-fetch.
*fugitive-:Ggrep*
:Ggrep [args] |:grep| with git-grep as 'grepprg'.