From 2ff22e635a0b7b5e3aa5f27436b62e92ff1be37a Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 8 Sep 2013 17:23:00 +0200 Subject: [PATCH] removing pull and push from random --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 35b5c97..4d3a02c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,7 +18,7 @@ last = log -1 HEAD 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)\")\"; git pull --rebase; git push" + random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\"" [color] branch = auto