dotfiles/.config/git/config

36 lines
640 B
Plaintext

[commit]
gpgsign = true
[tag]
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.config/git/allowed_signers
[oh-my-zsh]
hide-status = 1
[color]
ui = auto
[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
pager = less -MR --quit-if-one-screen --underline-special
[receive]
advertisePushOptions = true
[push]
gpgSign = if-asked
[gc]
writeCommitGraph = true
auto = 256
[alias]
fuckit = reset --hard
[init]
defaultBranch = development
templateDir = ~/.git-template