X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;fp=update;h=9d996d81a2ac9d24abfe235dc88c7097d8abf1a9;hb=fce673d158fab479a6c1f8819b1af495ec7a1932;hp=0000000000000000000000000000000000000000;hpb=dbd103d7a42fb1285230d81c49b95a7f6e3ce921;p=phdru.name%2Fphdru.name.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