Last active
October 29, 2015 22:06
-
-
Save stratigos/9256303 to your computer and use it in GitHub Desktop.
Check SVN Working Copy for Debug Code
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
# place in ~/.bash_aliases or ~/.profile or something similar | |
alias svndiffd="svn diff | egrep '(print_r)|(die\()|(error_log)|(debug)|(DEBUG)|(todo)|(TODO)|(console.log)|(alert\()'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment