Skip to content

Instantly share code, notes, and snippets.

@displaynone
Last active June 5, 2018 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save displaynone/0f841e705a3007a6d1a43c20aaaa801a to your computer and use it in GitHub Desktop.
Save displaynone/0f841e705a3007a6d1a43c20aaaa801a to your computer and use it in GitHub Desktop.
Find error_log or console.log in files modified or added before git commit
grep 'error_log\|console' $(git status -s | sed 's/^\s//' | cut -d " " -f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment