X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=a1e7aaf4fd52284632ec6b7e6d254e28ef5b63f3;hp=36bc4850bdd7109eb5cfda1e2fc114a614b9d84f;hb=ee6e2b484a677cfab7c0a2635a41e0ca25b7e750;hpb=f83157208ad9afddb8ba0af9e9c2da28f68b7d43 diff --git a/.gitconfig b/.gitconfig index 36bc485..a1e7aaf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,8 +8,16 @@ 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