Added gitconfig

This commit is contained in:
Simon Gruber
2024-12-09 11:01:44 +01:00
commit af71fb6bca
2 changed files with 64 additions and 0 deletions
+19
View File
@@ -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