From 9d0fa95027f2c7da424b69cca0ca05af5c822398 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 17 Jun 2021 10:03:47 +0200 Subject: [PATCH] Update and retab gitconfig --- .gitconfig | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index 428887b..d6f6723 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,9 +1,14 @@ [user] - email = vladanovic@gmail.com - name = Vladan Popovic + email = vladanovic@gmail.com + name = Vladan Popovic [core] - excludesfile = /home/vladan/.gitignore_global + excludesfile = /home/vladan/.gitignore_global [credential] - helper = store + helper = store --file /home/vladan/.git-credentials + helper = cache --timeout 30000 [pull] - rebase = true + rebase = true +[init] + defaultBranch = main +[daemon] + receivepack=true