mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Delegate :G command to :Gcommand for 8 commands
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user