Skip to content

Instantly share code, notes, and snippets.

@jpetitcolas
Created April 16, 2013 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpetitcolas/5394406 to your computer and use it in GitHub Desktop.
Save jpetitcolas/5394406 to your computer and use it in GitHub Desktop.
Restore a previously deleted file in GIt: (source: http://stackoverflow.com/questions/953481/restore-a-deleted-file-in-a-git-repo)
git checkout $(git rev-list -n 1 HEAD -- "file.php")^ -- "file.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment