Files
.dotfiles/.gitconfig
2026-03-22 23:53:45 +02:00

16 lines
318 B
INI

[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