commit 347d309efb80acb5b00cdafa34876c60cfb28b99 (tree) parent 6138aebbbb38eee7265f00aca15e2331c248b5b2 Author: Tim Pope <code@tpope.net> Date: Tue, 7 Aug 2018 22:09:55 -0400 Mention :Gcommit % Closes https://github.com/tpope/vim-fugitive/issues/1029 Diffstat:
| M | README.markdown | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.markdown b/README.markdown @@ -11,8 +11,9 @@ Vim's diff handling capabilities to stage a subset of the file's changes. 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 -what `:Gcommit` does! +`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. Use +`: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` output. Press enter on a line to edit the commit where the line