What commit did I branch off from?

· Jamie Tanna · Aug. 23, 2026, 4:37 p.m.
Summary
This blog post discusses finding the original commit a branch diverged from using Git commands, particularly focusing on using `git merge-base` to identify the last known good commit. It shares a quick and practical solution for developers looking to maintain clean Git histories without dealing with complex rebase conflicts.