dotfiles/.gitconfig
2024-05-29 14:19:18 +02:00

19 lines
291 B
INI

[init]
defaultBranch = main
[user]
email = vkbugge@hotmail.com
name = Sebastian Bugge
[pull]
ff = false
rebase = true
[rebase]
autoStash = true
[alias]
publish = !git pull && git push
[push]
default = current
autoSetupRemote = true
[rerere]
enabled = true
[help]
autocorrect = 10