dotfiles/gitconfig

71 lines
959 B
Plaintext
Raw Normal View History

# vim: set filetype=cfg noexpandtab:
[user]
name = Dan Buch
2018-03-24 02:17:42 +00:00
email = dan@meatballhat.com
2017-06-01 22:09:46 +00:00
signingkey = A62A7ED9712E9DE1F3A4BF789685130D8B763EA7
[github]
user = meatballhat
[core]
excludesfile = ~/.git-global-ignores
editor = vim
filemode = true
autocrlf = false
2015-08-19 00:14:39 +00:00
pager = less -FRXx2
2014-09-30 02:53:33 +00:00
[clean]
requireForce = false
[branch]
autosetuprebase = remote
autosetupmerge = true
mergeoptions = --no-commit --no-ff
[daemon]
uploadpack = true
uploadarch = true
receivepack = true
2013-01-20 04:08:18 +00:00
[push]
default = current
2013-01-20 04:08:18 +00:00
2018-10-10 22:46:33 +00:00
[fetch]
prune = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
hug = blame
2014-11-12 16:00:11 +00:00
[commit]
template = ~/.gittemplate
2017-05-16 17:17:02 +00:00
gpgsign = true
2017-06-16 04:10:06 +00:00
[tag]
gpgsign = true
2017-05-16 17:17:02 +00:00
[gpg]
2017-06-01 22:09:46 +00:00
program = gpg2
2019-03-28 14:02:06 +00:00
[init]
templatedir = ~/.config/git_template