git check-attr允许我检查是否.gitattributes为特定文件集设置了属性.例如:
# git check-attr myAttr -- org/example/file1 org/example/file2
org/example/file1: myAttr: set
org/example/file2: myAttr: unspecified
Run Code Online (Sandbox Code Playgroud)
是否有一种简单的方法可以列出所有已myAttr设置的文件,包括所有通配符匹配?