Skip to content

Instantly share code, notes, and snippets.

@antonydenyer
Last active August 29, 2015 14:06
Show Gist options
  • Save antonydenyer/1ea0fdcde8dc02f49f5c to your computer and use it in GitHub Desktop.
Save antonydenyer/1ea0fdcde8dc02f49f5c to your computer and use it in GitHub Desktop.
Restore deleted file from git
Restore deleted file from git
git log --diff-filter=D --summary
git checkout xxxx~1 filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment