Skip to content

Instantly share code, notes, and snippets.

@paulsonnentag
Created December 4, 2014 09:03
Show Gist options
  • Save paulsonnentag/d1682639a211549aad10 to your computer and use it in GitHub Desktop.
Save paulsonnentag/d1682639a211549aad10 to your computer and use it in GitHub Desktop.
better grep for git
git config --global grep.lineNumber true
git config --global alias.g "grep --break --heading --line-number"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment