Skip to content

Instantly share code, notes, and snippets.

@Wilker
Last active April 23, 2020 21:34
Show Gist options
  • Save Wilker/68a444b4b8e0b4a05395900f0f3f0306 to your computer and use it in GitHub Desktop.
Save Wilker/68a444b4b8e0b4a05395900f0f3f0306 to your computer and use it in GitHub Desktop.
Grep inside Git History
git grep <regexp> $(git rev-list --all)
@Wilker
Copy link
Author

Wilker commented Apr 23, 2020

Search inside git history

source: https://stackoverflow.com/a/2929502/6036182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment