.dotfiles/gitconfig
2022-11-01 00:28:21 +01:00

21 lines
365 B
Plaintext

[user]
name = Faerbit
email = faerbit@posteo.net
[credential]
helper = cache
[core]
editor = vim -c 'startinsert'
excludesfile = ~/.globalgitignore
pager = less -F -X
[push]
default = current
followTags = true
[alias]
lod = log --all --decorate --oneline --graph
pushall = !git remote | xargs -L1 git push
[color]
ui = auto
[init]
defaultBranch = main