Files
shell/dotfiles/.gitconfig
2025-08-20 08:26:44 -04:00

19 lines
380 B
INI

[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
[credential "https://git.ptrwd.com"]
username = peterwood
[user]
email = peter@peterwood.dev
name = Peter Wood
[pull]
rebase = false
[init]
defaultBranch = main
[core]
autocrlf = input
eol = lf