In eclipse, I deleted some java files but now I need them back, here is my git log:
commit efc5c0af442a8419eec19997b84c71ebae1b1be4 Author: jack_Git Date: Sun Jan 11 10:17:28 2015 -0800
screwed up
commit 735349994c3150de90b539031644b8e42c03f277 Author: jack_Git Date: Sun Jan 11 10:07:03 2015 -0800
manifest changed
commit cc4c33778e333ea15577c6794e42fc2856d9bee1 Author: jack_Git Date: Sun Jan 11 10:02:34 2015 -0800
merged the asynctask
commit 781a8f41e1168abd3b6e44d17df0f117b78b7a26 Author: jack_Git Date: Sun Jan 11 08:55:28 2015 -0800
I want to roll back to the "manifest changed" commit.
Here is what I have tried:
git revert 735349994c3150de90b539031644b8e42c03f277
But now it states that I am in the middle of a merge!