I did:
git reset --soft ^HEAD
when I guess I really meant:
git reset --soft HEAD
Now all of my day's work is "gone". Is it possible to move back up the ladder to capture what I did today
The reason I did the reset is because I initially did:
git commit -a -m "xyz"
instead of:
git commit -m "xyz"