X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;fp=update;h=9d996d81a2ac9d24abfe235dc88c7097d8abf1a9;hb=3615b42e3371c44eaaef197357d4099547789bf7;hp=0000000000000000000000000000000000000000;hpb=8bb6ee843c740e00b9b46cd4cebb6157e974d79b;p=extfs.d.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