I am working on visual studio and using git. I lost all my local changes after aborting commit. The steps which i did are:
- Pulled the branch using "Pull" option, had some conflicts.
- Manually resolved the conflicts and accepted the merge.
- Merge process got stuck (i do not know why).
- Aborted the merge process. At this point i had all my local changes in pending changes tab.
- I closed the visual studio and re-opened the solution, now all the local changes are lost.
Is there any way that i can get my changes back. I googled but didn't find anything useful.