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