Fix gitattributes example in README

There should NOT be a colon after the pattern.
This commit is contained in:
Andrew Ayer
2013-02-06 15:45:05 -08:00
parent 60d96ecf80
commit 826f746a3c

4
README
View File

@@ -49,8 +49,8 @@ Configure a repository to use encryption:
Specify files to encrypt by creating a .gitattributes file:
secretfile: filter=git-crypt diff=git-crypt
*.key: filter=git-crypt diff=git-crypt
secretfile filter=git-crypt diff=git-crypt
*.key filter=git-crypt diff=git-crypt
Like a .gitignore file, it can match wildcards and should be checked
into the repository. Make sure you don't accidentally encrypt the