When one just isn’t good enough
Purpose
Recently I was honored to be added to the taffydb maintainer list. This means I now need to merge changes from multiple remote repositories. Usually this can be done using the GitHub web interface but sometimes this is not flexible enough. Luckily, it’s rather easy to set up your
git
working directory to have a different remote repository for different branches and then merge between them. This post shows how.