Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Created January 11, 2023 11:58
Show Gist options
  • Select an option

  • Save nitinsatish/f99d6be534a234176fe9397c891cccf3 to your computer and use it in GitHub Desktop.

Select an option

Save nitinsatish/f99d6be534a234176fe9397c891cccf3 to your computer and use it in GitHub Desktop.

Revisions

  1. nitinsatish revised this gist Jan 11, 2023. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions git_file_search.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,7 @@ git ls-files '*/<FILENAME>'

    ```
    git ls-files '**/argo-admin-clusterrole.yaml'
    ```
    ```
    git ls-files '*argo-admin-clusterrole.yaml'
    ```
  2. nitinsatish created this gist Jan 11, 2023.
    7 changes: 7 additions & 0 deletions git_file_search.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ```
    git ls-files '*/<FILENAME>'
    ```

    ```
    git ls-files '**/argo-admin-clusterrole.yaml'
    ```