Git
Quickly find bad commits using git bisect
· ☕ 4 min read · ✍️ Iskander Samatov
Searching through the commit history trying to find the regression bug? You can use git bisect to find the culprit much faster.

Demystifying the scary detached HEAD in Git
· ☕ 4 min read · ✍️ Iskander Samatov
In this post I'll go over the worrying detached HEAD message in Git. I'll cover the solution and the reasoning behind it.