Yes, you can push any local branch to any remote branch. The syntax is
git push <remote name, e.g. origin> <local branch name>:<remote branch name>
If your current branch (the one you want to push) is called develop, the command would be
git push ME develop:x