git push to GitHub step

Source: Internet
Author: User
  1. New branch git checkout–b xd This creates a branch called XD and automatically jumps to that branch (equivalent to Git branch xd enter git checkout dev)
  2. Go to the Branch directory (go to the branch directory via the command line or go to the branch directory and then right-click Git bash)

The flag to determine whether to enter the branch is to see the parentheses behind the directory, with the branch name in parentheses, as shown in

  1. Working with the project
  2. Once the project operation is complete, go to the branch directory and use git status to view the status

  1. After viewing the status, use git Add. Commit all to the local staging library

  2. Then git commit–m "write a note here" to push staging area data to the local repository

Note It is best not to use Chinese

  1. Push branch: Git push origin XD pushes its modified branch to GitHub

git push to GitHub step

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.