Skip to content

Instantly share code, notes, and snippets.

@ryankirkman
Created September 28, 2014 04:45
Show Gist options
  • Save ryankirkman/8c4872c6479b0a9dd1e7 to your computer and use it in GitHub Desktop.
Save ryankirkman/8c4872c6479b0a9dd1e7 to your computer and use it in GitHub Desktop.

Revisions

  1. ryankirkman created this gist Sep 28, 2014.
    4 changes: 4 additions & 0 deletions include_bashrc
    Original 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'