简体   繁体   中英

VS2015 using GIT Merging from Branch to Trunk

I am new to using Git with VS 2015 and come from a TFS background. I am sure the answer is in my face but I don't know what to do.

I created a branch and now want to merge my changes into the master. I am using VS 2015, I do NOT use nor am familiar with nor can speak logically about BASH, CLI or any of that command line stuff :-) I am using the GUI here. I say this because there are plenty of article on how to accomplish this using the CLI but I don't have the time to engage in this learning endeavor.

Thanks in advance for your assistance.

I want to merge codeCleanup into master. (see below) what do I do? 在此处输入图片说明

Switch to your master branch, then select "Merge"

合并

Then select your working branch and merge that into your current branch (master) 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM