dotfiles/.gitconfig

15 lines
314 B
INI
Raw Normal View History

2019-07-29 01:39:24 +02:00
[user]
2021-06-17 10:03:47 +02:00
email = vladanovic@gmail.com
name = Vladan Popovic
2019-07-29 01:39:24 +02:00
[core]
2021-06-17 10:03:47 +02:00
excludesfile = /home/vladan/.gitignore_global
[credential]
2021-06-17 10:03:47 +02:00
helper = store --file /home/vladan/.git-credentials
helper = cache --timeout 30000
2020-10-31 20:37:37 +01:00
[pull]
2021-06-17 10:03:47 +02:00
rebase = true
[init]
defaultBranch = main
[daemon]
receivepack=true