- check the branch on CachetHQ/Cachet.git which it the latest (normally master, now 2.4): CACHET_BRANCH
- Take the branch where you wish to merge cachet developments in: KLARRIO_BRANCH
- execute:
KLARRIO_BRANCH="2.4.2" CACHET_BRANCH="2.4"
git remote add cachet [email protected]:CachetHQ/Cachet.git git checkout $KLARRIO_BRANCH git fetch cachet $CACHET_BRANCH git diff cachet/$CACHET_BRANCH git rebase cachet/$CACHET_BRANCH git push -f origin $KLARRIO_BRANCH