How to review pull requests more quickly: practical tips 📅 Dec 5, 2021 · ☕ 6 min read · ✍️ Iskander Samatov This post contains some actionable tips on how you can start reviewing PRs faster.
Quickly find bad commits using git bisect 📅 Mar 29, 2021 · ☕ 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 📅 Feb 6, 2021 · ☕ 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.