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
Heres an example I only have two branches that were local first: origin and mobile-test.
Nothing for me worked until I used this in command line to actually show my updated files in a remote branch.
git push --set-upstream origin mobile-test