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