Last active
July 27, 2022 10:52
-
-
Save ebresafegaga/0baaba85d60715d23fc48445981d0f67 to your computer and use it in GitHub Desktop.
another little script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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