👋 Welcome! I write these blog posts to organize my thoughts, hoping they might be useful to someone, someday—even to my future self :)
- Feel free to message me on Twitter/X.
👋 Welcome! I write these blog posts to organize my thoughts, hoping they might be useful to someone, someday—even to my future self :)
Git is used by many people in many ways. I am sharing what worked for me! These git rules achieve: Make your life as dev easier, PRs that are approved quickly Near zero merge conflicts Clean history and logs Ability to see every single line of code’s commit message and reasons for change Easily rollback the code when issues or regressions occur in production Basics Think of your git usage as built of two concentric circles....