Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

check the log

git reflog

reset to your ref

git reset --hard HEAD@{2}

Simple Example