dotfiles/.config/git/config

36 lines
594 B
Plaintext
Raw Normal View History

2021-05-20 21:04:45 +02:00
[commit]
gpgsign = true
2022-11-27 18:04:47 +01:00
[gpg]
format = ssh
2021-05-20 21:04:45 +02:00
[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
2022-03-26 02:10:23 +01:00
pager = less -MR --quit-if-one-screen --underline-special
2021-05-20 21:04:45 +02:00
[receive]
advertisePushOptions = true
[push]
2022-03-26 02:10:23 +01:00
gpgSign = if-asked
2021-05-20 21:04:45 +02:00
[gc]
writeCommitGraph = true
2022-03-26 02:10:23 +01:00
auto = 256
[alias]
fuckit = reset --hard
[init]
defaultBranch = development