Skip to content

Instantly share code, notes, and snippets.

@romaricpascal
Created June 3, 2015 09:40
Show Gist options
  • Save romaricpascal/e51ac6007285cce75a8e to your computer and use it in GitHub Desktop.
Save romaricpascal/e51ac6007285cce75a8e to your computer and use it in GitHub Desktop.
Misc. linux commands
# Checkout files that were deleted
git status --porcelain | grep "^ D" | cut -c4- | xargs git checkout $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment