From: Oleg Broytman Date: Mon, 19 May 2014 17:22:37 +0000 (+0400) Subject: Add update script X-Git-Tag: v5.0.0~29 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=81143851b613ebd6d5c4fe833bdba9d832955336 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