git-find-twins

Finds other git branches whose HEADs point to the same

It’s possible to end up with multiple branches pointing to the same treeish. This makes it easy to find.

Checkout the branch you’re looking for the twin of, then run git find-twins

Usage

USAGE: git find-twins
       looks for other git branches with heads pointing
       to the same treeish as the current branch

Metadata:

Tags:

  • git
  • maintenance
  • search