I tried to resolve merge conflict in a wrong repository, so I merged the master branch into a feature branch in the repository, which I shouldn't have done.
How can i undo/correct that mistake?
Can that cause some problem later on? For example, when I try to pull to the master branch from a remote repository?
Thanks.