added global gitconfig

This commit is contained in:
Peter Wood
2025-05-04 22:23:04 +00:00
parent 59ea35edc7
commit d10e9e6398

10
.gitconfig Normal file
View File

@@ -0,0 +1,10 @@
[user]
email = peter@peterwood.dev
name = Peter Wood
[pull]
rebase = false
[init]
defaultBranch = main
[core]
autocrlf = input
eol = lf