Skip to content

Instantly share code, notes, and snippets.

@ysheng26
Forked from hotchpotch/git-grep-submodule
Created July 17, 2014 07:34
Show Gist options
  • Save ysheng26/29fd1b3af588a2d46dd9 to your computer and use it in GitHub Desktop.
Save ysheng26/29fd1b3af588a2d46dd9 to your computer and use it in GitHub Desktop.
#!/bin/bash
git --no-pager grep "$@"
git --no-pager submodule --quiet foreach 'git grep --full-name -n ' "$@" '; true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment