Skip to content

Commit df31777

Browse files
committedOct 22, 2019
added .git-templates
1 parent 6ab01fd commit df31777

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
git secrets --commit_msg_hook -- "$@"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
git secrets --pre_commit_hook -- "$@"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
git secrets --prepare_commit_msg_hook -- "$@"

0 commit comments

Comments
 (0)