Microsoft/vscode

Git - provide action `push --set-upstream` when remote ref is delete

Open

#172,722 创建于 2023年1月29日

在 GitHub 查看
 (2 评论) (1 反应) (1 负责人)TypeScript (10,221 fork)batch import
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:

image

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

@lszomoru

贡献者指南