Skip to content

Instantly share code, notes, and snippets.

@ismaGNU
Created April 16, 2013 14:31
Show Gist options
  • Select an option

  • Save ismaGNU/5396381 to your computer and use it in GitHub Desktop.

Select an option

Save ismaGNU/5396381 to your computer and use it in GitHub Desktop.
Recover a file on delete
git checkout $(git rev-list -n 1 HEAD -- "$file")^ -- "$file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment