.dotfiles/gitconfig

16 lines
272 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]
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