mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-19 04:26:05 +00:00
32 lines
596 B
Plaintext
32 lines
596 B
Plaintext
[user]
|
|
name = ${GIT_USER}
|
|
email = ${EMAIL}
|
|
|
|
[core]
|
|
compression = 9
|
|
whitespace = error
|
|
preloadindex = true
|
|
autocrlf = input
|
|
|
|
[url "https://github.com/"]
|
|
insteadOf = "gh:"
|
|
[credential "https://github.com"]
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential]
|
|
helper = /usr/lib/git-core/git-credential-libsecret
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
default = current
|
|
followTags = true
|
|
[pull]
|
|
default = current
|
|
[rebase]
|
|
autoStash = true
|
|
missingCommitsCheck = warn
|