2014-01-10 23:18:09 +00:00
|
|
|
[user]
|
|
|
|
name = Faerbit
|
2021-12-08 12:33:57 +00:00
|
|
|
email = faerbit@posteo.net
|
2014-01-10 23:18:09 +00:00
|
|
|
[credential]
|
|
|
|
helper = cache
|
|
|
|
[core]
|
|
|
|
editor = vim -c 'startinsert'
|
|
|
|
excludesfile = ~/.globalgitignore
|
2015-06-21 20:34:16 +00:00
|
|
|
pager = less -F -X
|
2014-11-11 19:24:48 +00:00
|
|
|
[push]
|
2017-12-08 11:52:04 +00:00
|
|
|
default = current
|
2016-03-25 23:12:07 +00:00
|
|
|
followTags = true
|
2017-12-08 11:52:04 +00:00
|
|
|
|
|
|
|
[alias]
|
2018-02-03 13:39:23 +00:00
|
|
|
lod = log --all --decorate --oneline --graph
|
2022-10-31 23:28:21 +00:00
|
|
|
pushall = !git remote | xargs -L1 git push
|
2021-12-08 12:33:57 +00:00
|
|
|
[color]
|
|
|
|
ui = auto
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|