4 ms·
Maybe my favorite option is missing here. `git commit -v` This will put the diff of the commit into your commit message as comments. Makes it easy to remember
by adamsilkey 2y ago
Maybe my favorite option is missing here.
`git commit -v`
This will put the diff of the commit into your commit message as comments. Makes it easy to remember what you're doing/committing without having to jump back to the terminal/someplace else to look at the diff.