Add gitconfig

This commit is contained in:
2026-03-22 23:53:45 +02:00
parent b781415bb9
commit 554c4039ef

15
.gitconfig Normal file
View File

@@ -0,0 +1,15 @@
[user]
name = Jonathan Agmon
email = jojo@agmon.co.il
[core]
editor = micro
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[init]
defaultBranch = main
[credential]
helper = store