From: Oleg Broytman Date: Mon, 19 May 2014 17:22:36 +0000 (+0400) Subject: Add update script X-Git-Tag: v4.6.0~39 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=08b05bfe7f2f6d413510a30b79dbdecd948bd75c;hp=d9360788a641b5b1184a2523881e950bab7d7c66;p=bookmarks_db.git Add update script --- diff --git a/update b/update new file mode 100755 index 0000000..9d996d8 --- /dev/null +++ b/update @@ -0,0 +1,8 @@ +#! /bin/sh + +current="`git config --get remote.current.url`" && + +git pull --ff-only current master && git push web && + +cd "$current" && +exec git pull origin