Delegate :G command to :Gcommand for 8 commands

This commit is contained in:
Tim Pope
2019-08-04 00:05:18 -04:00
parent fb9acc6831
commit c4d4986f1e
2 changed files with 45 additions and 37 deletions

View File

@@ -21,7 +21,9 @@ that are part of Git repositories).
*fugitive-:Git*
:Git {args} Run an arbitrary git command. Similar to :!git [args]
:G {args} but chdir to the repository tree first.
:G {args} but chdir to the repository tree first. For some
subcommands, a Fugitive command is called instead.
Invoking :Git push will call :Gpush for example.
*fugitive-:Git!*
:Git! {args} Like |:Git|, but capture the output into a temp file,