Created
September 28, 2014 04:45
-
-
Save ryankirkman/8c4872c6479b0a9dd1e7 to your computer and use it in GitHub Desktop.
Revisions
-
ryankirkman created this gist
Sep 28, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # 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'