diff options
Diffstat (limited to 'git/.gitconfig.j2')
-rw-r--r-- | git/.gitconfig.j2 | 12 |
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 |