[
https://issues.apache.org/jira/browse/FLINK-30869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740677#comment-17740677
]
Weijie Guo commented on FLINK-30869:
------------------------------------
Interesting, I got it!(y)
> Remove remote branches not being used anymore
> ---------------------------------------------
>
> Key: FLINK-30869
> URL: https://issues.apache.org/jira/browse/FLINK-30869
> Project: Flink
> Issue Type: Technical Debt
> Components: Build System
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Major
>
> {code}
> $ git branch -a | grep 'remotes/origin' | grep -v '/release-'
> remotes/origin/FLINK-30191
> remotes/origin/blink
> remotes/origin/cron-master-dependency_check
> remotes/origin/cron-master-maven_compat
>
> remotes/origin/dependabot/npm_and_yarn/flink-runtime-web/web-dashboard/ua-parser-js-0.7.33
> remotes/origin/exp_github_actions
> remotes/origin/experiment_gha_docs
> remotes/origin/master
> {code}
> There are various remote branches next to {{master}} and the release
> branches. We should either clean those up or document them (maybe in the
> [Release Management
> docs|https://cwiki.apache.org/confluence/display/FLINK/Flink+Release+Management].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)