X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=a1e7aaf4fd52284632ec6b7e6d254e28ef5b63f3;hp=b1eebbc4d80504d9be58bdc2873438b79d890708;hb=30b0111715a489e7297baad3bb96531233304c56;hpb=87a68538a347902ef3c820576b90002063ec99a7 diff --git a/.gitconfig b/.gitconfig index b1eebbc..a1e7aaf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,9 +4,20 @@ 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 + reabse = rebase + submit = commit -vuno