Created
July 26, 2018 22:04
-
-
Save benedictchen/6e624335b5472d186dd3b748309796d7 to your computer and use it in GitHub Desktop.
Reset all `package-lock.json` files
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 | grep '^.modified' | cut -d: -f2- | sed -e 's/^...//' | grep *package-lock.json | xargs git checkout -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment