Added gitconfig
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
[user]
|
||||
name = Simon Gruber
|
||||
[fetch]
|
||||
prune = true
|
||||
[http]
|
||||
sslbackend = openssl
|
||||
[core]
|
||||
autocrlf = true
|
||||
excludesfile = D:\\Users\\Simon.Gruber\\Documents\\gitignore_global.txt
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[init]
|
||||
defaultbranch = main
|
||||
[advice]
|
||||
skippedCherryPicks = false
|
||||
[pull]
|
||||
ff = only
|
||||
[alias]
|
||||
branches = !sh scripts/git-branches
|
||||
Reference in New Issue
Block a user