X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;fp=update;h=9d996d81a2ac9d24abfe235dc88c7097d8abf1a9;hb=58d04451fb5e36d14a8f1b6aac76888832c4fdc6;hp=0000000000000000000000000000000000000000;hpb=9d6c4bcc723662455591a4bcf92b43ef80242b01;p=m_lib.git 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