I have 2 repos: one is the official (where I pull off) and the second is customized (where I push to).
I've used the technique described here: Git push existing repo to a new and different remote repo server? to make the connections with these 2 repos.
Now I have a problem - I primary cloned the official repo from a branch, not from a master. Now, when the official branch has merged with the master on the remote repo, I want my local to pull from the master too, not from that branch.
How to do that?
My origin is called official (to pull off).