6 ms·
TIL from another story on HN: commit.verbose true This adds the whole commit diff in the text editor where you’re writing your commit message, to help you reme
by mksybr 3y ago
TIL from another story on HN:
commit.verbose true
This adds the whole commit diff in the text editor where you’re writing your commit message, to help you remember what you were doing.
https://jvns.ca/blog/2024/02/16/popular-git-config-options/#commit-verbose-true https://jvns.ca/blog/2024/02/16/popular-git-config-options/#...