I am working in sublime text3 with git package installed. here is my scenario consider this example I did the following commits on Jan-31 on Feb-28 on Mar 31 then I did not commit for couple of months (apr and jun) at the end of june i don't know which command I ran within sublime git ( I guess checkout) and my latest local files are replaced with last git repo from Mar 31. It even deleted some files that i created after Mar 31 on my local drive. What can i do to revert those changes and get my latest local files back. I made some big time consuming changes that I can't afford to do again. Is there a way to recover local files that I created/changed after last commit?
I tried to do git reset but that didn't have any effect
I did not do any git operations in last two month
Then, beside a file recovery tool, check if you have a plugin like Local history.
Only such a plugin would keep automatically a copy of modified files.
If not... again, a file recovery tool would be the last resort.