I have a private repository on my own server hosted with gitolite. Now I want to opensource it on github, but still have one private branch.
All howtos are implying that I want to mirror whole repo with all tags and branches. But is it possible to have only common branch?
So, all I want is to keep my private branch up-to-date with public, but with some specific changes (these changes are even in separate catalog).