I use the following command to push to my remote branch:
git push origin sandbox
If I say
git push origin
You can push current branch with command
git push origin HEAD
(took from here)