mirror of
https://github.com/vbrandl/dotfiles
synced 2025-09-01 00:26:59 +02:00
Update gitconfig
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
followTags = true
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = gh:
|
insteadOf = gh:
|
||||||
@@ -27,3 +28,18 @@
|
|||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = vbrandl
|
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
|
||||||
|
Reference in New Issue
Block a user