1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Update gitconfig

This commit is contained in:
Valentin Brandl 2017-04-07 10:06:18 +02:00
parent f0f949f8d1
commit 12a8eb7c11
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -20,6 +20,7 @@
[push]
default = simple
followTags = true
[url "git@github.com:"]
insteadOf = gh:
@ -27,3 +28,18 @@
[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 = /usr/local/bin/icdiff --line-numbers $LOCAL $REMOTE