1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

add gitconfig

This commit is contained in:
Henrik Hautakoski 2025-10-16 18:52:02 +02:00
parent 2258cc46b6
commit 62709e8790

9
gitconfig Normal file
View file

@ -0,0 +1,9 @@
[user]
email = henrik.hautakoski@gmail.com
name = Henrik Hautakoski
[pull]
rebase = true
[init]
defaultBranch = main
[fetch]
prune = true