Files
dotfiles/config/.gitconfig

36 lines
745 B
INI

[user]
email = daniil@tsivinsky.com
name = Daniil Tsivinsky
signingkey = 2257F54B99322715
[core]
editor = nvim
[init]
defaultBranch = master
[push]
followTags = true
autoSetupRemote = true
[merge]
tool = nvim
[mergetool]
prompt = false
keepBackup = false
[mergetool "nvim"]
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[pull]
rebase = false
[alias]
today = log --author=daniil@tsivinsky.com --since=yesterday
sync = remote update origin -p
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[commit]
gpgsign = true
[tag]
gpgSign = true
[credential "https://git.tsivinsky.com"]
helper =
helper = !tea login helper