Horje
git reset keep changes Code Example
git reset keep changes
git reset HEAD^ --soft
git revert commit but keep changes
git reset HEAD^
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
mac pip command not found Code Example mac pip command not found Code Example
restart php nginx mac Code Example restart php nginx mac Code Example
gpg2 install ubuntu Code Example gpg2 install ubuntu Code Example
zsh autosuggestions Code Example zsh autosuggestions Code Example
bash remove characters from end of every line Code Example bash remove characters from end of every line Code Example

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