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
I havn't pushed the reset changes on origin. So just git pull bring my local branch to latest state.