git-Company Internal code submission

Source: Internet
Author: User

1. First time submission

git clone remote repository git checkout-b new branch (spoke name: related to the feature you submitted) git fetch # here is no git pull,git pull equivalent git fetch && git merge process git Merge Origin/xxxx (merged with Remote development Branch) Git commit # Fill in the Commit information git review


2, has been submitted, for the last submitted patch

git fetch ssh://[email protected]:29418/99cloud/openstack-deploy refs/changes/13/13/1 && git checkout Fetch_ HEAD # git fetch the remote patch branch git checkout-b new branch (spoke name: related to the function you submitted) git commit--amend # Use the same change Idgit review (conflict, need git R Ebase)


This article is from the "The-way-to-cloud" blog, make sure to keep this source http://iceyao.blog.51cto.com/9426658/1619628

git-Company Internal code submission

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.