I Was Tired of Guessing Which Branch Would Be a Merge Nightmare, So I Checked Git's Own Answer
I had four open branches sitting around, and before picking which one to merge first, I wanted to know which ones would fight me. The honest way to check is git merge --no-commit --no-ff <branch>, loo
jaytank.hashnode.dev3 min read