File: README.Debian

package info (click to toggle)
git-secrets 1.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 997; makefile: 27
file content (14 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
git-secrets for Debian
-----------------------

After installing this package, you will likely want to add hooks to all
repos you clone or initialize in the future:

  git secrets --register-aws --global

To add hooks to already-cloned repos:

  git secrets --install ~/.git-templates/git-secrets
  git config --global core.hooksPath ~/.git-templates/git-secrets/hooks

 -- Francois Marier <francois@debian.org>  Mon, 14 Jan 2019 12:40:14 -0800