Git Cherry-pick

Source: Internet
Author: User

Merges a commit on the a branch onto the B branch. Actual problem: Merge the modifications of the vendor branch COMMIT:37213CF onto the develop_4.4 branch. [Email protected]:~/amlogic_4.4/amlogics802$ git checkout develop_4.4[Email protected]:~/amlogic_4.4/amlogics802$ git cherry-pick 37213cfA. If the git addgit commit-m "" B. If there is a conflict, manually resolve the [email protected]:~/amlogic_4.4/amlogics802$ git status[Email protected]:~/amlogic_4.4/amlogics802$ git add[Email protected]:~/amlogic_4.4/amlogics802$ git commit-m ""
# on Branch develop_4.4 # Changes to be committed: # # Modified:common/drivers/amlogic/amports/m8/ucode/encoder/h264_enc_mix_dump.h # modified:common/drivers/amlogic/amports/m8/ucode/encoder/h264_enc_mix_dump_dblk.h # modified:common/drivers/amlogic/amports/m8/ucode/encoder/h264_enc_mix_sw.h # modified:common/drivers/amlogic/amports/m8/ucode/encoder/h264_enc_mix_sw_hdec_dblk.h # modified:common/drivers/amlogic/amports/m8/ucode/encoder/h264_enc_mix_sw_vdec2_dblk.h # modified:packages/amlogic/libplayer/amplayer/player/player.c # # unmerged paths: # (use "Git add/rm <file> ..." as appropriate to mark resolution) # # both modified:packages/amlogic/libplayer/amadec/adec-ffmpeg-mgt.c

Git Cherry-pick

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.