summaryrefslogtreecommitdiff
path: root/git/.gitconfig.j2
diff options
context:
space:
mode:
Diffstat (limited to 'git/.gitconfig.j2')
-rw-r--r--git/.gitconfig.j212
1 files changed, 0 insertions, 12 deletions
diff --git a/git/.gitconfig.j2 b/git/.gitconfig.j2
deleted file mode 100644
index 015ad96..0000000
--- a/git/.gitconfig.j2
+++ /dev/null
@@ -1,12 +0,0 @@
-[user]
- signingkey = {{ pgp.signing }}
- user = {{ user.name }}
- email = {{ user.email }}
-[commit]
- gpgsign = true
-[core]
- excludesFile = ~/.config/git/rootignore
-[push]
- autoSetupRemote = true
-[pull]
- rebase = true