mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
17 lines
325 B
INI
17 lines
325 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
|
|
[user]
|
|
email = peter@peterwood.dev
|
|
name = Peter Wood
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
autocrlf = input
|
|
eol = lf
|