I have 2 branches, main and Android. Android branches has some plugins for android environment. I updated my android with main branch, git history shows changes but when I inspect files there is no changes. Even git diff shows my files is not same with android yet shows no changes on untracked list. How can I fix this?
When I try merging there was conflict and I ignored it. Discarded all changes on Android branch and try merging again. The problem occured when I do this. I think discarding all changes on Android branch when I try merging it caused all this problem.
I tried git reset --hard Android
and git checkout
. None of these worked.