Microsoft/vscode
在 GitHub 查看Git - provide action `push --set-upstream` when remote ref is delete
Open
#172,722 创建于 2023年1月29日
feature-requestgithelp wanted
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
When remote branch is merged, the branch is often deleted automatically.
So when I try push the code to remote by Sync Changes, will notify:

It would be convenient to provide a action button to run git push --set-upstream origin $current_branch
@lszomoru