1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00
Files
til/git/verbose-commit-message.md
T
2015-02-16 22:55:20 -06:00

313 B

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