Custom formatting with git log

I've chatted about Git before, but today I wanted to dive on some learning that I did recently on git log specifically. I wanted to streamline how I populate my pull request descriptions. Typically with my git commits, I like to keep to a atomic commit philosophy. My commits tell the why of my code change. The what of my…

0 Comments