Automate bug findings with git

🔍 Git bisect When you’re trying to troubleshoot a bug, finding the original commit is often helpful as it gives you context. Enters git bisect! If you haven’t already, consider taking a short detour to the documentation. This command uses a binary search algorithm to find which commit in your project’s history introduced a bug. 🤙 The manual way git bisect works by taking a “good” commit and a “bad” one and from there it will checkout a commit in between....

2021-12-22 · 2 min · 289 words

Sourcehut

🧓🏻 Old post This post is quite old now. Since then, I’ve moved my git repositories to a self-hosted gitea instance and I cancelled my subscription. I still stand behind this post though. Sourcehut is a solid git forge and keeps improving. For a few weeks now I’ve been hosting my new projects at sourcehut instead of my usual GitHub account. So far, the experience has been very pleasant but it also has some drawbacks. Let’s talk about it! #100DaysToOffload No. 15 ...

2020-07-01 · 6 min · 1068 words