Hacker News new | ask | show | jobs
by zufallsheld 4443 days ago
For three branches you can use the git-flow model.[0] Create a public repo, pull it on your local development machine and only push the main and development branch back to the public git repo. On github it is not possible to have private branches. [0]http://danielkummer.github.io/git-flow-cheatsheet/