Created
October 8, 2018 14:01
-
-
Save thomasuebel/bf20f04fbe4944128b4558a73a77207f to your computer and use it in GitHub Desktop.
grep for staged files
This file contains hidden or 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 diff --cached --name-status | grep -E "yarn.lock|package.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment