I had a lot of local changes.
I just accidentally did
git merge another_branch git reset --hard HEAD^
on a lot of work. :( with the
Although the uncommitted modifications to tracked files will have been lost, I think any untracked files will still be around unless you subsequently deleted them.