From b880790bb83d0db3e1dd93737a7cec07f36f158e Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Thu, 2 Jul 2020 01:13:37 -0400 Subject: added template for git init --- .config/git/config | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index 1c9218b..4816e6b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,21 +1,22 @@ [sendemail] - smtpEncryption = tls - smtpServer = smtp.fastmail.com - smtpUser = ben@gbmor.dev - smtpServerPort = 587 - annotate = yes + smtpEncryption = tls + smtpServer = smtp.fastmail.com + smtpUser = ben@gbmor.dev + smtpServerPort = 587 + annotate = yes [user] - name = "Ben Morrison" + name = "Benjamin Morrison" email = ben@gbmor.dev signingkey = EAB272409CD12FF0 - +[init] + templatedir = /home/ahriman/.config/git/template.git [commit] - gpgsign = true + gpgsign = true [hub] - protocol = ssh + protocol = ssh [sequence] - editor = interactive-rebase-tool + editor = interactive-rebase-tool [credential] - helper = cache --timeout 3600 + helper = cache --timeout 3600 [pull] - rebase = false + rebase = false -- cgit 1.4.1