I did a rebase on my branch foo
foo
git rebase master
Did some conflict resolutions, then decided I didn\'t want to do it, and aborted
use git checkout --conflict=merge -- your_file to get the version of the file with conflicts
git checkout --conflict=merge -- your_file
You can use rerere's "forget" function to erase a remembered conflict resolution.