Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Created March 12, 2019 12:04
Show Gist options
  • Save tiagoamaro/6a040236f187c2031ec3e4bb29a93044 to your computer and use it in GitHub Desktop.
Save tiagoamaro/6a040236f187c2031ec3e4bb29a93044 to your computer and use it in GitHub Desktop.
Delete all git status files
git status -s | cut -c4- | xargs rm -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment