X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=2e0aa7843953217b66a23dffddef3dfa47f664d6;hb=f0db190b61cc4659a0819b634adaa0992b109461;hp=7eb5ffcba2b4087591949db022256efec58c863b;hpb=2f854f42b57a338d07bb2ed2ea152b7b3ff3559f;p=git-scripts.git diff --git a/update b/update index 7eb5ffc..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 push web master fi && cd "$current" && exec git pull origin