dotfiles/gitconfig

83 lines
1.3 KiB
Plaintext
Raw Normal View History

# vim: set filetype=cfg noexpandtab:
[user]
name = Dan Buch
2018-03-23 22:17:42 -04:00
email = dan@meatballhat.com
2023-11-01 20:46:46 -04:00
signingkey = A12F782281063434!
[github]
user = meatballhat
[core]
excludesfile = ~/.git-global-ignores
editor = vim
filemode = true
autocrlf = false
2015-08-18 20:14:39 -04:00
pager = less -FRXx2
2014-09-29 22:53:33 -04:00
[clean]
requireForce = false
[branch]
autosetuprebase = remote
autosetupmerge = true
mergeoptions = --no-commit --no-ff
[daemon]
uploadpack = true
uploadarch = true
receivepack = true
2013-01-19 23:08:18 -05:00
[push]
default = current
2013-01-19 23:08:18 -05:00
2020-11-22 13:49:41 -05:00
[pull]
rebase = false
2018-10-10 18:46:33 -04: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
2020-08-16 22:28:11 -04:00
lograph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
2014-11-12 11:00:11 -05:00
[commit]
template = ~/.gittemplate
2017-05-16 13:17:02 -04:00
gpgsign = true
2017-06-16 00:10:06 -04:00
[tag]
gpgsign = true
2023-11-13 10:32:40 -05:00
forceSignAnnotated = true
2017-06-16 00:10:06 -04:00
2017-05-16 13:17:02 -04:00
[gpg]
2025-02-16 15:16:17 -05:00
program = gpg-sq
2019-03-28 10:02:06 -04:00
[init]
templatedir = ~/.config/git_template
2021-01-26 10:19:37 -05:00
defaultBranch = main
2020-09-15 19:22:52 -04:00
[credential]
helper = store
[url "ssh://git@github.com/"]
insteadOf = https://github.com/