Created
June 17, 2025 01:54
-
-
Save AlexNolasco/5d2d112fe5513ca1b24cdaceb434f8ae to your computer and use it in GitHub Desktop.
git ls-files
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
git ls-files --cached --others --exclude-standard -z -- ':(attr:!binary)' | xargs -0 cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git ls-files --cached --others --exclude-standard -z
| xargs -0 grep -I -Z -l -e ''
| xargs -0 --no-run-if-empty cat