dotfiles/gitconfig

83 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

# vim: set filetype=cfg noexpandtab:
[user]
name = Dan Buch
2018-03-24 02:17:42 +00:00
email = dan@meatballhat.com
2023-11-02 00:46:46 +00:00
signingkey = A12F782281063434!
[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
2020-11-22 18:49:41 +00:00
[pull]
rebase = false
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
2020-08-17 02:28:11 +00: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 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
2023-11-13 15:32:40 +00:00
forceSignAnnotated = true
2017-06-16 04:10:06 +00:00
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
2021-01-26 15:19:37 +00:00
defaultBranch = main
2020-09-15 23:22:52 +00:00
[credential]
helper = store
[url "ssh://git@github.com/"]
insteadOf = https://github.com/