mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
21 lines
419 B
INI
21 lines
419 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
|
|
helper =
|
|
helper = !tea login helper
|
|
[user]
|
|
email = peter@peterwood.dev
|
|
name = Peter Wood
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
autocrlf = input
|
|
eol = lf
|