Last active
July 26, 2022 08:27
-
-
Save roman-4erkasov/3ed22c38d05e4f24a9be169c55510d3c to your computer and use it in GitHub Desktop.
GIT CHEATSHEET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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