Private Branches in Public Repos
-
Eric McCarthy
-
-
3 min read -
git
Today I learned that you can approximate the ability to have private branches in a public GitHub repo by creating a private “fork” and making use of multiple remotes.