Files
dotfiles/git/.config/git/config
Jason Swank a75e2a5732 minor tweaks
2026-01-03 12:26:54 -05:00

15 lines
305 B
Plaintext

[init]
defaultBranch = main
[user]
name = Jason Swank
email = jswank@
[push]
autoSetupRemote = true
default = current
[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