Skip to content

Instantly share code, notes, and snippets.

@kerbrose
Created November 3, 2021 14:32
Show Gist options
  • Save kerbrose/126b8a83adbe822295bdd46d49474250 to your computer and use it in GitHub Desktop.
Save kerbrose/126b8a83adbe822295bdd46d49474250 to your computer and use it in GitHub Desktop.
find . -name "*.pyc" -exec rm -f {} \;
git ls-files --deleted | xargs git add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment