git merge-base shows the commit that is the common ancestor of two branches.
Simple usage: git merge-base <branch> <branch> shows the common commit of the two branches.
git merge-base shows the commit that is the common ancestor of two branches.
Simple usage: git merge-base <branch> <branch> shows the common commit of the two branches.