X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.gitconfig;h=584327950336e8d50cd510c88251446aceacef2b;hb=f1c41dc95f2d4fe411e00c35b0b7571178a149a1;hp=85fc032aeea5d60bd8f827ba70346165c2cb4071;hpb=cf5f78bd9314e698743b785236369e245473e3f0;p=profile.git diff --git a/.gitconfig b/.gitconfig index 85fc032..5843279 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,21 @@ +[color] + ui = auto +[color "diff"] + 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