local - Git checkout -- recover lost files -
i accidentaly deleted local file changes on git repository. not commited or pushed.
what did: git status (then files not staged commit showed , accidentaly removed whole folder called "smdr" comand): git checkout -- smdr
then files changes disappeared.
how can recover files (birng before git checkout -- smdr comand)?
you can't git. files not committed not in history. got (inexistant) version in index git checkout
.
your hope backup system.
Comments
Post a Comment