From ede675866355d34ac9fdc1b8e047576f574bdfa2 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Thu, 29 May 2025 13:37:16 -0700 Subject: Add committer template --- git/.gitconfig | 10 ---------- git/.gitconfig.j2 | 12 ++++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 git/.gitconfig create mode 100644 git/.gitconfig.j2 (limited to 'git') diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 575b008..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,10 +0,0 @@ -[user] - signingkey = 7BB52F7036FA7C18 -[commit] - gpgsign = true -[core] - excludesFile = ~/.config/git/rootignore -[push] - autoSetupRemote = true -[pull] - rebase = true diff --git a/git/.gitconfig.j2 b/git/.gitconfig.j2 new file mode 100644 index 0000000..015ad96 --- /dev/null +++ b/git/.gitconfig.j2 @@ -0,0 +1,12 @@ +[user] + signingkey = {{ pgp.signing }} + user = {{ user.name }} + email = {{ user.email }} +[commit] + gpgsign = true +[core] + excludesFile = ~/.config/git/rootignore +[push] + autoSetupRemote = true +[pull] + rebase = true -- cgit v1.2.3-70-g09d2