Skip to content

Instantly share code, notes, and snippets.

@patoi
Created May 9, 2023 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patoi/dbbb14bb858b5c03af9eacab2bd53147 to your computer and use it in GitHub Desktop.
Save patoi/dbbb14bb858b5c03af9eacab2bd53147 to your computer and use it in GitHub Desktop.
List binary git files for Markdown (or others)
git ls-files --eol | grep -E '^(i/-text)' | grep "\.md"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment