#!/usr/bin/env python3 # Applies a commit or commits on baranch or branches # USAGE: # patch.py -c -b [-p] [-t] # - : list of commit SHAs to apply. # - : branches where the commit should be applied. * can be used as wildchar # - p: push the changes to # - t: increment version number and create a tag