We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e451e commit 7defc73Copy full SHA for 7defc73
git/verbose-commit-message.md
@@ -0,0 +1,10 @@
1
+# Verbose Commit Message
2
+
3
+Git allows you to display a *diff* of the staged changes in the commit
4
+message buffer. This gives you the opportunity to carefully craft your
5
+commit message in a way that accurately describes the changes being
6
+committed. To display the diff when committing:
7
8
+```bash
9
+$ git commit -v
10
+```
0 commit comments