$ git push origin develop:master
or, more generally
$ git push <remote> <local branch name>:<remote branch to push into>
$ git push origin develop:master
or, more generally
$ git push <remote> <local branch name>:<remote branch to push into>