You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git get-merge is a git command to locate the merge that introduced a given commit into your repository's master branch. It is correct with very high probability.
Installation
pip install git-get-merge
Usage
git get-merge <SHA-1>
About
A git command to find the merge that introduced a given commit.