Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexNolasco/5d2d112fe5513ca1b24cdaceb434f8ae to your computer and use it in GitHub Desktop.
Save AlexNolasco/5d2d112fe5513ca1b24cdaceb434f8ae to your computer and use it in GitHub Desktop.
git ls-files
git ls-files --cached --others --exclude-standard -z -- ':(attr:!binary)' | xargs -0 cat
@AlexNolasco
Copy link
Author

git ls-files --cached --others --exclude-standard -z
| xargs -0 grep -I -Z -l -e ''
| xargs -0 --no-run-if-empty cat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment