Is it possible to have local branches in a local repo without having them appearing on a remote repository?
e.g.
Local Repo:
[default]
[fixes]
I'd like to merge the fixes branch into default and then push upto the remote repository without pushing the local [fixes] branch to the remote repo?
Remote Repo:
[default]