git pull broke something - how to go back to previous working commit and merge the remote changes in again?
问题 I commited a new feature locally, pulled from remote and got merge conflicts. After resolving them, my feature stopped working (seems like I made an error). My idea was to go back to my commit and somehow repeat the merge. I checked out my commit, made a new branch, checked out master and tried to merge the new branch into master. This didn't work because "Everything is up to date". How do I best handle this if I don't want to fix the error by looking through the code by hand? /edit : I