Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Created January 11, 2023 11:58
Show Gist options
  • Save nitinsatish/f99d6be534a234176fe9397c891cccf3 to your computer and use it in GitHub Desktop.
Save nitinsatish/f99d6be534a234176fe9397c891cccf3 to your computer and use it in GitHub Desktop.
[Git search filenames] #git #search
git ls-files '*/<FILENAME>'
git ls-files '**/argo-admin-clusterrole.yaml'
git ls-files '*argo-admin-clusterrole.yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment