Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

verbose-commit-message.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

Verbose Commit Message

Git allows you to display a diff of the staged changes in the commit message buffer. This gives you the opportunity to carefully craft your commit message in a way that accurately describes the changes being committed. To display the diff when committing:

$ git commit -v