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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -