I want to get the latest update of the project in GitHub and this message shown in android studio
Git Pull Failed Your local changes would be overwritten by merge. Commit, stash or revert them to proceed
What I did is git -> pull
And actually I do want my files to be overwritten cause we both modified the same file but mine is not correct so I would like to pull my colleague changes. I don't want to commit and push mine since they are wrong.
Any help? I don't use command
Thanks