1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00
dotfiles/tools/vcs/git/gitconfig
2019-04-28 21:38:43 +02:00

47 lines
903 B
Plaintext

[user]
email = vbrandl@riseup.net
name = Valentin Brandl
; signingkey = 0x7FB009175885FC76
signingkey = 0x30D341DD34118D7D
[commit]
gpgsign = true
[color]
branch = true
diff = true
grep = true
pager = true
status = true
ui = always
[core]
autocrlf = input
editor = vim
[push]
default = simple
followTags = true
[url "git@github.com:"]
insteadOf = gh:
insteadOf = github:
[github]
user = vbrandl
[alias]
glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
[format]
pretty = format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
# A nice little github-like colorful, split diff right in the console.
# via http://owen.cymru/github-style-diff-in-terminal-with-icdiff/
[diff]
tool = icdiff
[difftool]
prompt = false
[difftool "icdiff"]
cmd = icdiff --line-numbers $LOCAL $REMOTE