From: Oleg Broytman Date: Sat, 4 Jul 2015 16:00:33 +0000 (+0300) Subject: Add an example for ``git check-attr`` X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=bb5daae63fb5070f59e30b831190f6d3d8ce5958 Add an example for ``git check-attr`` --- diff --git a/pep-git.txt b/pep-git.txt index 6588eda..af8fc37 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -614,7 +614,9 @@ For example:: /readme.txt eol=CRLF To check what attributes git uses for files use ``git check-attr`` -command. +command. For example:: + +$ git check-attr -a -- \*.py Advanced topics