From b6de660e98ec9030872ba79da8b33cfa41ba0cef Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 19 Oct 2015 05:47:32 -0700 Subject: [PATCH] update 6 --- autoupdate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoupdate b/autoupdate index 21ba36f..ba40c9f 100755 --- a/autoupdate +++ b/autoupdate @@ -25,3 +25,5 @@ let version++ || true # -e mode doesn't like this normally echo $version > version git commit -m "update $version" . >/dev/null + +git remote | grep -Fxq origin && git push origin master