dotfiles/dotfiles/.gitconfig

17 lines
269 B
INI
Raw Normal View History

2024-09-30 00:36:17 +02:00
[user]
email = vladanovic@gmail.com
name = Vladan Popovic
[core]
excludesfile = /home/vladan/.gitignore-global
editor = nvim
[pull]
rebase = true
[init]
defaultBranch = main
[daemon]
receivepack = true
[credential]
helper = store
[rebase]
autosquash = true