.dotfiles/gitconfig

13 lines
216 B
Plaintext
Raw Normal View History

[user]
name = Faerbit
2014-02-15 17:36:46 +00:00
email = faerbit@gmail.com
[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]
2014-12-04 22:33:01 +00:00
default = simple
2016-03-25 23:12:07 +00:00
followTags = true