Skip to content

Instantly share code, notes, and snippets.

@ebresafegaga
Last active July 27, 2022 10:52
Show Gist options
  • Save ebresafegaga/0baaba85d60715d23fc48445981d0f67 to your computer and use it in GitHub Desktop.
Save ebresafegaga/0baaba85d60715d23fc48445981d0f67 to your computer and use it in GitHub Desktop.
another little script
git status | tail -n +5 | head -n -8 | awk '{print $2}' | grep -v snarkyjs | xargs git add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment