I made a terrible mistake and execute "git reset --hard HEAD", all day's the local modification lost, how can i recover it?
Thanks millions
|
|
|
If you didn't already commit your local changes (or at least stage them via If you did happen to stage them, but didn't commit them, try |
|||
|
|
|
You can recover anything you Anything you didn't |
|||
|
|
|
You can't...that's what a hard reset does... Let this be a lesson not to be so trigger happy with it :). |
|||
|
|
|
If your IDE has something like a "Local history" (Eclipse has this, IDEA also AFAIK), then maybe you can recover your changes this way. |
|||
|
|
|
You can use |
|||
|
|