We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit ffbeebdCopy full SHA for ffbeebd
README.md
@@ -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