Skip to content

Commit 7defc73

Browse files
committed
Add Verbose Commit Message to til.
1 parent 29e451e commit 7defc73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

git/verbose-commit-message.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)