.dotfiles/gitconfig
2017-12-08 12:53:26 +01:00

16 lines
271 B
Plaintext

[user]
name = Faerbit
email = faerbit@gmail.com
[credential]
helper = cache
[core]
editor = vim -c 'startinsert'
excludesfile = ~/.globalgitignore
pager = less -F -X
[push]
default = current
followTags = true
[alias]
lod = log --all --decorate --online --graph