Horje
git lost changes after reset --keep Code Example
git reset keep changes
git reset HEAD^ --soft
git lost changes after reset --keep
git reflog is your friend.
Find the commit that you want to be on in that list and you can reset to it
for example:git reset --hard e870e41

(If you didn't commit your changes... you might be in trouble - commit early, and commit often!)




Shell

Related
git remove an empty commit Code Example git remove an empty commit Code Example
linux change date and then change files ctime Code Example linux change date and then change files ctime Code Example
hide permission denied ~/.bash Code Example hide permission denied ~/.bash Code Example
ubuntu open with software install not working Code Example ubuntu open with software install not working Code Example
batch script comment Code Example batch script comment Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9