dotfiles/.gitconfig

35 lines
549 B
INI

[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
[alias]
fuckit = reset --hard
[init]
defaultBranch = development