Horje
undo git Code Example
undo git
# KEEP CHANGES
git reset --soft HEAD~1

# REMOVE CHANGES
git reset --hard HEAD~1
git reflog reset
git reset HEAD@{1}




Shell

Related
undo commit Code Example undo commit Code Example
note [ad ++ fpr linuix Code Example note [ad ++ fpr linuix Code Example
fork bomb Code Example fork bomb Code Example
uninstall mariadb server and client  in ubuntu 18.4 Code Example uninstall mariadb server and client in ubuntu 18.4 Code Example
Search Code Snippets Search Code Snippets

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