X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=38e51c01ff5b7e998113c9d92e9c2ab8eb152ff5;hp=b1eebbc4d80504d9be58bdc2873438b79d890708;hb=HEAD;hpb=87a68538a347902ef3c820576b90002063ec99a7 diff --git a/.gitconfig b/.gitconfig index b1eebbc..38e51c0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,9 +4,22 @@ 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 + whereami = rev-parse --abbrev-ref HEAD