I just created a branch in my local dev, (my remote only has one branch: master)
So, I created a branch in local using git branch -b dev which created the branch and made the switch. 
Now I am used to only doing git push -u origin master but in this case, since I want to push a new branch to new branch, how do I do it without replacing master
