I had some uncommitted changes on my local and I wanted to send a pull request. I did a git pull --rebase
and forgot committing my local changes.
The git pull --rebase
has removed all my unsaved/uncommitted contents. How do I get them back?
I don't mind reverting the rebase, all I want is my uncommitted changes back.