Skip to content

Instantly share code, notes, and snippets.

@elrzn
Last active November 19, 2015 14:53
Show Gist options
  • Save elrzn/b95976c7da7cbc0a2428 to your computer and use it in GitHub Desktop.
Save elrzn/b95976c7da7cbc0a2428 to your computer and use it in GitHub Desktop.
Checkout all files (`git checkout *` fails for some reason)
git status | awk '/modified/ { print $2 }' | xargs git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment