I intended to squash a commit but accidentally missed a step and deleted a commit - can I get it back
git rebase -i HEAD~2
Then on the line with the commit I wanted to squash I deleted the line
then I did :wq
Then my work disappeared
Can I get the commit back?
I have tried git reflog but I can't see the commit