Skip to content

Instantly share code, notes, and snippets.

@chardcastle
Created March 24, 2011 12:40
Show Gist options
  • Save chardcastle/884987 to your computer and use it in GitHub Desktop.
Save chardcastle/884987 to your computer and use it in GitHub Desktop.
Recover deleted files
// from http://thefinerstuff.posterous.com/git-saved-my-day-restore-accid
git ls-files -d | xargs git checkout --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment