dotfiles/.gitconfig

15 lines
314 B
INI

[user]
email = vladanovic@gmail.com
name = Vladan Popovic
[core]
excludesfile = /home/vladan/.gitignore_global
[credential]
helper = store --file /home/vladan/.git-credentials
helper = cache --timeout 30000
[pull]
rebase = true
[init]
defaultBranch = main
[daemon]
receivepack=true