rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 029fc7dbffdbf5f9ad006f47c7a1cb105f1a5300
parent 23fbcee694b5fca228767bd84fa13a2997e1f931
Author: Mark Feller <mfeller@recurly.com>
Date:   Wed, 18 Dec 2019 13:42:28 -0700

more git config

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Mdots/.config/git/config | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/dots/.config/git/config b/dots/.config/git/config @@ -1,9 +1,20 @@ [user] name = Mark Feller email = mark.feller@member.fsf.org +[core] + hooksPath = ~/.config/git/hooks + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ [url "ssh://git@gitlab.com/"] insteadOf = https://gitlab.com/ [url "ssh://git@bitbucket.org/"] insteadOf = https://bitbucket.org/ + +[commit] + gpgsign = true + +[gpg] + program = gpg