Created
September 28, 2014 04:45
-
-
Save ryankirkman/8c4872c6479b0a9dd1e7 to your computer and use it in GitHub Desktop.
Nice git repo search (like ack) with grep speed
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
# Please see: http://travisjeffery.com/b/2012/02/search-a-git-repo-like-a-ninja/ | |
alias gg='git grep -E --break --heading --line-number' | |
# Case insensitive search | |
alias ggi='gg -i' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment