dotfiles/.gitconfig

22 lines
355 B
INI

[init]
defaultBranch = main
[user]
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
[includeIf "gitdir:~/code/"]
path = ~/code/.gitconfig
[include]
path = ~/.gitconfig_local