add .gitconfig
This commit is contained in:
parent
975800a79f
commit
0b9f4a7170
30
.gitconfig
Normal file
30
.gitconfig
Normal file
@ -0,0 +1,30 @@
|
||||
[user]
|
||||
name = surtur
|
||||
email = a_mirre@utb.cz
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[oh-my-zsh]
|
||||
hide-status = 1
|
||||
[cola]
|
||||
spellcheck = false
|
||||
statusshowtotals = true
|
||||
[color]
|
||||
ui = auto
|
||||
[tag]
|
||||
gpgsign = true
|
||||
[pull]
|
||||
ff = only
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
quotePath = false
|
||||
commitGraph = true
|
||||
[receive]
|
||||
advertisePushOptions = true
|
||||
[push]
|
||||
gpgSign = if-asked
|
||||
[gc]
|
||||
writeCommitGraph = true
|
Loading…
Reference in New Issue
Block a user