Add gitconfig
This commit is contained in:
parent
7217231618
commit
354614345c
1 changed files with 19 additions and 0 deletions
19
.gitconfig
Normal file
19
.gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue