1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00
dotfiles/tools/vcs/git/gitconfig

47 lines
903 B
Plaintext
Raw Normal View History

2017-02-11 13:30:07 +01:00
[user]
email = vbrandl@riseup.net
name = Valentin Brandl
2018-11-22 18:27:03 +01:00
; signingkey = 0x7FB009175885FC76
signingkey = 0x30D341DD34118D7D
2017-02-11 13:30:07 +01:00
[commit]
gpgsign = true
[color]
branch = true
diff = true
grep = true
pager = true
status = true
ui = always
[core]
autocrlf = input
editor = vim
[push]
default = simple
2017-04-07 10:06:18 +02:00
followTags = true
2017-02-11 13:30:07 +01:00
[url "git@github.com:"]
insteadOf = gh:
insteadOf = github:
[github]
user = vbrandl
2017-04-07 10:06:18 +02:00
[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"]
2019-04-28 21:38:43 +02:00
cmd = icdiff --line-numbers $LOCAL $REMOTE