added .git-templates
df317771
Hari Sekhon
committed
3 changed files
commit-msg
/.git-templates/git-secrets/hooks/commit-msg+3
/.git-templates/git-secrets/hooks/commit-msg
Add comment 1 Plus  #!/usr/bin/env bash
Add comment 2 Plus  git secrets --commit_msg_hook -- "$@"
Add comment 3 Plus  
pre-commit
/.git-templates/git-secrets/hooks/pre-commit+3
/.git-templates/git-secrets/hooks/pre-commit
Add comment 1 Plus  #!/usr/bin/env bash
Add comment 2 Plus  git secrets --pre_commit_hook -- "$@"
Add comment 3 Plus  
prepare-commit-msg
/.git-templates/git-secrets/hooks/prepare-commit-msg+3
/.git-templates/git-secrets/hooks/prepare-commit-msg
Add comment 1 Plus  #!/usr/bin/env bash
Add comment 2 Plus  git secrets --prepare_commit_msg_hook -- "$@"
Add comment 3 Plus