Skip to content

Commit ffbeebd

Browse files
committed
Initial commit
0 parents  commit ffbeebd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Git-crypt pre-commit
2+
3+
Pre-commit hook to avoid accidentally adding unencrypted files with [git-crypt](https://www.agwa.name/projects/git-crypt/).
4+
5+
```bash
6+
- repo: https://github.com/petalmd/git-crypt-pre-commit
7+
rev: '' # Use the revision rev you want to point at
8+
hooks:
9+
- id: git-crypt
10+
````

0 commit comments

Comments
 (0)