.dotfiles/gitconfig
2016-03-26 00:12:07 +01:00

13 lines
216 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 = simple
followTags = true