removing pull and push from random

This commit is contained in:
Rodolphe Breard 2013-09-08 17:23:00 +02:00
parent 52d388fb1a
commit 2ff22e635a

View file

@ -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