pez-infra/ansible/dotfiles/config/git/gitconfig
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

17 lines
287 B
Text

[user]
name = Rasmus Wejlgaard
email = pez@pez.sh
[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
[pull]
rebase = false