Hi Git community!
I have made a serious mistake this morning typing git checkout . command and I definitely need your help to make me save almost a week of redoing my work.
Let me explain my issue to you:
I am working on the master branch (alone on the project).
I have a week of local changes in my projects not staged and not committed.
I typed the “git commit .” followed by “git pull origin master” commands by mistakes (I was not in the project I intentended to be)
Meaning that it erased all my work with the last version of my repository.
But I can’t undo the action such the current work was not commited.
Is there any super hero that could help me restore my unstagged/uncommited files ?
Thanks !