X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=a1e7aaf4fd52284632ec6b7e6d254e28ef5b63f3;hp=67eddc0376f9bb2ffd04dd370bd2f46522659342;hb=153e5b86e7454dfddde944b08b8fbd548d6c739c;hpb=24c4c48bd911fa1ecaa1fcd9d78712274289402b diff --git a/.gitconfig b/.gitconfig index 67eddc0..a1e7aaf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,11 +5,19 @@ 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 + reabse = rebase + submit = commit -vuno