Easily Rename Your Git Default Branch From Master To Main
- Scott Hanselman tl;dr: "Master-slave is an oppressive metaphor, it's inaccurate and can deter someone new getting excited about learning the technology. Post outlines how to make the change.featured in #185
featured in #178
featured in #165
featured in #161
featured in #160
How To Write Useful Commit Messages (My Commit Message Template)
- Jacob Herrington tl;dr: A good message should be able to allow the readers to understand (1) what was done at a glance (2) why the change was necessary (3) the details about what was done (4) any useful details concerning the change. You can see the template here.featured in #156
featured in #151
featured in #138
15 Git Commands You May Not Know
- Zaiste tl;dr: List of 15 Git commands that you may not know. The author also recommends trying Magit, an interface to Git implemented as an Emacs package.featured in #137