commit 89616c05d155340bcc2e817beaa219fc7f69d84c
parent be15f44fa33c1235729dab54518abedda70de867
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 14 Oct 2020 09:26:50 +0200
git: move personal info to separate file
Former-commit-id: c64eb6b2e704726d9561e006ddca6263edf57856
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -1,6 +1,5 @@
-[user]
- name = <name>
- email = <email>
+[include]
+ path = identity
[alias]
s = status
@@ -95,8 +94,6 @@
[core]
autocrlf = input
-[init]
- templatedir = /home/zeroalpha/.dotfiles/git/git_template
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f