Hacker News new | ask | show | jobs
by dlrowolleh 3729 days ago
This could be avoided by not merging into your master branch, and having a feature branch, from which subsequent branches are made. Then the dev can open pull requests to merge to the tertiary branch into the secondary one without affecting master.