Skip to content

Instantly share code, notes, and snippets.

@stunko
Created November 1, 2013 10:03
Show Gist options
  • Save stunko/7263311 to your computer and use it in GitHub Desktop.
Save stunko/7263311 to your computer and use it in GitHub Desktop.
git searching HEAD
a. git reflog
git reset SHA1
git reset HEAD@{5}
git reset HEAD~5
git reset HEAD@{yesterday}
git reset HEAD@{2.months.ago}
b. git log -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment