I mistakenly made one commit from my secondary GitHub account and then to delete that commit. I ran these two commands one by one:
git reset --hard HEAD~1
git push -f origin development
the commit didn't get deleted but some of my uncommitted changes from my project got deleted somehow. I'm not able to see those changes.
Anyone can help me how to get back those changes.