On May 23, 2020, at 13:59, Jonas Hahnfeld <hah...@hahnjo.de> wrote:
> 
> Hi all,
> 
> I've now made the necessary settings, merged the changes in 
> https://gitlab.com/lilypond/lilypond/-/merge_requests/57, changed all
> existing merge requests to target 'master', and deleted 'staging'.

This helped me update the upstream for all my local branches.  (YMMV)

git branch -vv | awk '/\[origin\/staging:/ { print $1 }' | xargs -n1 git branch 
--set-upstream-to origin/master

— 
Dan


Reply via email to