Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Git-merge won't end after resolve conflict

Tags:

git

android

merge

Android Studio Git-merge won't end after resolve conflict.

I pulled code from remote to my local branch and there are some conflicts and android studio ask me to witch code wanna keep or merge. so I decide all my code and select "accept your" and there is many new files.

enter image description here

but merge won't end and new file won't come to my local change panel. I also try this with "accept-theirs" and the result was same.

enter image description here

I always do this and result was OK but I don't know how to manage this issue and why this happens.

like image 305
Mahdi Avatar asked Oct 31 '22 00:10

Mahdi


1 Answers

I had similar problem when I left some merge issues unprocessed. For me VCS -> GIT -> Resolve Conflicts helped.

like image 93
M pr Avatar answered Nov 11 '22 11:11

M pr