I am working on a branch, 'development'. On Github, I created a new branch called 'Temporary'. I want to push my current code to branch temporary.
In my workspace doing
git branch gives * development master
On trying,
git push origin temporary I get: src refspec temporary does not match any
The git show-ref doesn't show the branch either
What can I do to push to the new branch temporary?