From b8b9726b0436c92109d6e1562beaeedc5463ca1b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 13 Oct 2013 23:20:57 +0200 Subject: [PATCH] adding git deliver --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 4d3a02c..4273b18 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,6 +19,7 @@ undo = reset --soft HEAD^ amend = commit --amend random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\"" + deliver = "!bash ~/builds/git-deliver/deliver.sh" [color] branch = auto