find-conflicting-branches

An easy way to find those annoying conflicting branches


Keywords
branch, conflict-detection, conflicts, git
License
MIT
Install
pip install find-conflicting-branches==1.0.1

Documentation

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.