What\'s the simplest way to undo the
git reset HEAD~
command? Currently, the only way I can think of is doing a \"git clone http://...\" fr
1.Use git reflog to get all references update.
git reflog
2.git reset
git reset