There are two ways of creating a new remote branch:
Mode one: command line git push Origin <branch-name>,Branch-name is the name of the remote branch you want to create. You can use Git bash or terminal in Android studio to hit the command line.
Way two: Directly through the Android studio to create the remote branch, very simple, one step on it. I direct:
In the figure below you see a remote branch of two: Master and Nick
Next, I push my current branch to remote, see where the red line is framed, checkbox to hit √, and then enter the name of the remote branch you want to create.
Note here that if you enter a name that already exists, the code is committed to the existing branch and no more branch is created.
after push, view the branch list, OK, create successfully. If you don't see the branch list, poke this:how does Android studio view the branch list and switch branch