I created a local branch which I want to \'push\' upstream. There is a similar question here on Stack Overflow on how to track a newly created remote branch.
Howeve
Now with git, you can just type, when you are in the correct branch
git push --set-upstream origin >
and git create for you the origin branch.