As very new with git, I need help to probably very basic issue I am having.
I did following
- I am on develop branch and I did
git fetch origin
andgit merge origin/develop
- The merge was successful
But for whatever reason, I decide I did not want to do git fetch/merge
I did above, so I would like to remove it and go to where I was before I did step 1 above.
How do I do that?