Skip to content

Instantly share code, notes, and snippets.

@adamberes
Last active March 12, 2024 08:56
Show Gist options
  • Save adamberes/77bccb9be5d532d1e0aa0bfb9c68e3d4 to your computer and use it in GitHub Desktop.
Save adamberes/77bccb9be5d532d1e0aa0bfb9c68e3d4 to your computer and use it in GitHub Desktop.
Searching for a File in a git Repo over all branches

Here an example for search the file: *pom.xml

git log  --name-only --pretty=%H  *pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment