Microsoft/vscode
GitHub で見るGit - provide action `push --set-upstream` when remote ref is delete
Open
#172,722 opened on 2023年1月29日
feature-requestgithelp wanted
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (平均マージ 11h 43m) (30d で 1,000 merged PRs)
説明
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