Add gitconfig

This commit is contained in:
Sebastian Bugge 2024-05-29 14:19:18 +02:00
parent 7217231618
commit 354614345c

19
.gitconfig Normal file
View file

@ -0,0 +1,19 @@
[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