I'm having heart attack right now. A month ago I'm clonned a commit to master, and when I was opening PowerShell console, I was seeing
C:\Workspace\Project [(abcd12...)]>
Today I commited changes and ran command
git checkout master
I have missed it with another command and thought it will place changes to master, but it replaced old content with new.
Is these a way to find last commit and put it to my disk and master? Thanks!