Skip to content

mihneadb/find-conflicting-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages