Before committing my local change I have accidentally took a pull from master on to my release feature branch. The pull have made many conflicts within my local workspace.
Is there any way to revert the accidental master pull
When I triggered
git reflog --date=iso
c0ec509 HEAD@{2018-12-24 15:55:10 +0530}: clone: from https://bitbucket.com/scm/myproject.git
but the pull which I have done is at 2018-12-28 01:29
Can anyone please tell me how to resolve this.