Git
How To Write A Git Commit Message
This is a classic; I regularly return to this post for a refresher.
How To Write A Git Commit MessageBut a well-cared for log is a beautiful and useful thing.
git blame
,revert
,rebase
,log
,shortlog
and other subcommands come to life. Reviewing others’ commits and pull requests becomes something worth doing, and suddenly can be done independently. Understanding why something happened months or years ago becomes not only possible but efficient.
Wednesday, September 7, 2022
Up to all Tags