How do you do undo git reset –hard HEAD^ and revert to previous commit ?
In the previous sneppet Throw away the local commits from your branch in Git you had learnt how to discard local commits from your Git branch using git reset command. In this sneppet, you will learn how to undo git… Read More!