···3737 # the destination instead of as proper branches. Materialize them
3838 # under refs/heads/* first so the mirror push lands them as real
3939 # branches that forge can render.
4040+ #
4141+ # Detach HEAD before fetching so the fetch can overwrite
4242+ # refs/heads/<currently-checked-out-branch> without git refusing.
4343+ git -c advice.detachedHead=false checkout --detach
4044 git fetch origin '+refs/heads/*:refs/heads/*' '+refs/tags/*:refs/tags/*'
4145 git remote add tangled git@knot.blacksky.community:blackskyweb.xyz/blacksky.community
4246 git push --mirror tangled