I have an extra remote besides origin which has stale develop/master branches and generates the following message:
Remote <remote> is not up to date with 2 local branch(es):
- develop
- master
This will likely impair detection of merged branches for remote <remote>.
Please consider getting it back in sync by running
$ git push <remote> develop
$ git push <remote> master
and then invoking git-delete-merged-branches, again.
Rather than having to exit the tool, sync the branches, and then rerun the tool, can you please just have the tool prompt to update these branches?
Thanks!
I have an extra remote besides
originwhich has staledevelop/masterbranches and generates the following message:Rather than having to exit the tool, sync the branches, and then rerun the tool, can you please just have the tool prompt to update these branches?
Thanks!