简体   繁体   中英

github merge conflict and resolve conflicts button disabled

I am new programmer and new to github this is the first time we are doing group project.we get merge conflict error and reveal merge disabled See The Screenshot

I think you have the conflicts are too big. You can do it manually in the terminal.

git checkout base-branch
git pull 
git checkout brach-that-you-want-to-merge
git merge base-branch

Now all the conflicts will be displayed in the code and you can choose which version you want to keep.

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