Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 431 Bytes

verbose-commits-with-fugitive.md

File metadata and controls

8 lines (7 loc) · 431 Bytes

Verbose Commits With Fugitive

Let's say you are using fugitive.vim. You've staged some changes within the git index buffer using :Ge: and now you want to make a commit. From the git index buffer, you can hit cvc to pop open the commit message window in verbose mode. The verbose part means that all the staged changes are shown below as a reference for composing the commit message.