konrad-gibaszewski / git-get-merge

A git command to find the merge that introduced a given commit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%