I'm not very familiar with git but have been playing around with it so that I can learn by doing. I searched the user manuals and stackoverflow but not sure if it has the answer I'm looking for.
I made a few commits and all went well. Then I accidentally (still not sure how) did a revert on some change that I wanted to keep and I want to know how to undo that revert.
This is my git reflog:
60e7a2d HEAD@{10}: checkout: moving from master to production
246007f HEAD@{11}: pull origin master: Merge made by the 'recursive' strategy.
079b2e3 HEAD@{12}: revert: Revert "added dropdown to the about menu for #faq"
I want to undo whatever I did wrong at HEAD@{12} because it removed the change (added dropdown to about menu) which I actually want to keep.