X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=4a23a8470b4e8b2345e1e72056a8b1afe7ea5b82;hp=b1eebbc4d80504d9be58bdc2873438b79d890708;hb=98592e64feb55698872bc6acc4c1483b78520b91;hpb=87a68538a347902ef3c820576b90002063ec99a7 diff --git a/.gitconfig b/.gitconfig index b1eebbc..4a23a84 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,9 +4,21 @@ frag = yellow new = cyan meta = green +[color "interactive"] + 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