git new remote branch in Android studio?

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.