Skip to content

Instantly share code, notes, and snippets.

@thomasuebel
Created October 8, 2018 14:01
Show Gist options
  • Save thomasuebel/bf20f04fbe4944128b4558a73a77207f to your computer and use it in GitHub Desktop.
Save thomasuebel/bf20f04fbe4944128b4558a73a77207f to your computer and use it in GitHub Desktop.
grep for staged files
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