X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=38e51c01ff5b7e998113c9d92e9c2ab8eb152ff5;hp=67eddc0376f9bb2ffd04dd370bd2f46522659342;hb=HEAD;hpb=24c4c48bd911fa1ecaa1fcd9d78712274289402b diff --git a/.gitconfig b/.gitconfig index 67eddc0..38e51c0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,11 +5,21 @@ 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 + whereami = rev-parse --abbrev-ref HEAD