gitconfig with anton@volnuhin.com
This commit is contained in:
parent
a886c27808
commit
8374193dbb
21
dot_gitconfig
Normal file
21
dot_gitconfig
Normal file
@ -0,0 +1,21 @@
|
||||
[user]
|
||||
name = Anton Volnuhin
|
||||
email = anton@volnuhin.com
|
||||
[core]
|
||||
autocrlf = input
|
||||
safecrlf = warn
|
||||
editor = nvim
|
||||
[color]
|
||||
ui = true
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[credential]
|
||||
helper =
|
||||
helper = /usr/local/share/gcm-core/git-credential-manager
|
||||
[credential "https://dev.azure.com"]
|
||||
useHttpPath = true
|
||||
[credential "https://gitea.setia.cloud"]
|
||||
provider = generic
|
Loading…
Reference in New Issue
Block a user