Skip to content

Instantly share code, notes, and snippets.

@etaf
Created March 11, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etaf/23ddb00908e6fe839195ec029d37a235 to your computer and use it in GitHub Desktop.
Save etaf/23ddb00908e6fe839195ec029d37a235 to your computer and use it in GitHub Desktop.
search in git history
# search by comment string
git log --grep="hello world"
# search commit modify a specific file
git log --stat -p <file_path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment