Skip to content

Instantly share code, notes, and snippets.

@roman-4erkasov
Last active July 26, 2022 08:27
Show Gist options
  • Save roman-4erkasov/3ed22c38d05e4f24a9be169c55510d3c to your computer and use it in GitHub Desktop.
Save roman-4erkasov/3ed22c38d05e4f24a9be169c55510d3c to your computer and use it in GitHub Desktop.
GIT CHEATSHEET
find commits by string of code for example by name of function:
git rev-list --all --since 2022-04-01 --until 2022-05-01 | xargs git grep "<some pattern>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment