Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alnorris/conflictwatch

Check all remote branches against your current HEAD and staging for merge conflicts, without having to actually merge.
https://github.com/alnorris/conflictwatch

Last synced: 5 days ago
JSON representation

Check all remote branches against your current HEAD and staging for merge conflicts, without having to actually merge.

Awesome Lists containing this project

README

        

# conflictwatch

Check all remote branches against your current HEAD and staging for merge conflicts, without having to actually merge.

## Guide

`pip install conflictwatch`

`conflictwatch` will let you know if origin/master will have a merge conflict

`conflictwatch --all-branches` will check all remote branches include origin/master

*Note*: This is definitely in BETA.