From 914f75cf093af985745368539787c669c72dee51 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 25 Oct 2022 09:25:48 -0700 Subject: [PATCH] restore git templates --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index f49e996..9979766 100644 --- a/.gitconfig +++ b/.gitconfig @@ -52,7 +52,7 @@ cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot trustExitCode = true [init] - ; templatedir = ~/.git_templates + templatedir = ~/.git_templates defaultBranch = main [diff] algorithm = histogram