mihneadb / find-conflicting-branches

An easy way to find those annoying conflicting branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-conflicting-branches

An easy way to find those annoying conflicting branches

Say you want to merge your awesome-feature branch into staging, but git complains about some conflicts. Your colleagues have ten branches in staging themselves. What are you going to do?

$ find_conflicting_branches /path/to/repo staging awesome-feature
# perf-improvements

There, with one simple command you found out that your branch conflicts with the perf-improvements branch!

Installing

$ pip install find-conflicting-branches

Make sure your python setup's bin folder is in your $PATH.

About

An easy way to find those annoying conflicting branches

License:MIT License


Languages

Language:Python 100.0%