X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=2e0aa7843953217b66a23dffddef3dfa47f664d6;hb=f0db190b61cc4659a0819b634adaa0992b109461;hp=34ed844ff2ed728dc09439028471622a11acd215;hpb=06a35bd51fb649e78aad470e7e84d449559158d8;p=git-scripts.git diff --git a/update b/update index 34ed844..2e0aa78 100755 --- a/update +++ b/update @@ -20,8 +20,7 @@ git pull --ff-only current master && web="`git config --get --path remote.web.url`" && if [ -n "$web" ]; then - git push web && - cd "$web" && git branch -dr current/master && git update-server-info + git push web master fi && cd "$current" && exec git pull origin