mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-02-04 19:12:06 -08:00
Fix gitattributes example in README
There should NOT be a colon after the pattern.
This commit is contained in:
4
README
4
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user