Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created November 19, 2012 16:11
Show Gist options
  • Save fuzzmz/4111521 to your computer and use it in GitHub Desktop.
Save fuzzmz/4111521 to your computer and use it in GitHub Desktop.

Revisions

  1. fuzzmz created this gist Nov 19, 2012.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    git reset 56e05fced #resets index to former commit; replace '56e05fced' with your commit code
    git reset --soft HEAD@{1} #moves pointer back to previous HEAD
    git commit -m "Revert to 56e05fced"
    git reset --hard #updates working copy to reflect the new commit