dotfiles/dotfiles/.gitconfig

16 lines
269 B
INI

[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