mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-19 12:36:04 +00:00
Initial commit
This commit is contained in:
31
dotfiles/.config/git/config
Normal file
31
dotfiles/.config/git/config
Normal file
@@ -0,0 +1,31 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user