X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=4a23a8470b4e8b2345e1e72056a8b1afe7ea5b82;hp=67eddc0376f9bb2ffd04dd370bd2f46522659342;hb=aeb7c0d7e22a3e2762e92b2f480e2ff6a392e78d;hpb=24c4c48bd911fa1ecaa1fcd9d78712274289402b diff --git a/.gitconfig b/.gitconfig index 67eddc0..4a23a84 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,11 +5,20 @@ new = cyan meta = green [color "interactive"] - prompt = cyan - header = green + prompt = green + header = yellow [user] + name = Iain Patterson email = me@iain.cx [http] sslVerify = false [pager] diff = false +[alias] + again = commit --amend -C HEAD + alias = config --global --get-regexp 'alias\\..*' + amend = commit --amend + graph = log --graph --pretty=oneline + pretty = log --graph --pretty=format:'%C(green)%ai%Creset %C(magenta)%h%Creset %s %C(cyan)%d%Creset' + reabse = rebase + submit = commit -vuno