Mention :Gcommit %

Closes https://github.com/tpope/vim-fugitive/issues/1029
This commit is contained in:
Tim Pope 2018-08-07 22:09:55 -04:00
parent 6138aebbbb
commit 347d309efb

View File

@ -11,8 +11,9 @@ Vim's diff handling capabilities to stage a subset of the file's
changes. changes.
Bring up the output of `git status` with `:Gstatus`. Press `-` to Bring up the output of `git status` with `:Gstatus`. Press `-` to
`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. And guess `add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. Use
what `:Gcommit` does! `:Gcommit %` to commit the current file, editing the commit message inside
the currently running Vim.
`:Gblame` brings up an interactive vertical split with `git blame` `:Gblame` brings up an interactive vertical split with `git blame`
output. Press enter on a line to edit the commit where the line output. Press enter on a line to edit the commit where the line