Microsoft/vscode
Ver no GitHubGit - provide action `push --set-upstream` when remote ref is delete
Open
#172.722 aberto em 29 de jan. de 2023
feature-requestgithelp wanted
Métricas do repositório
- Stars
- (74.848 stars)
- Métricas de merge de PR
- (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)
Description
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