Microsoft/vscode

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

Open

#172 722 ouverte le 29 janv. 2023

Voir sur GitHub
 (2 commentaires) (1 réaction) (1 assigné)TypeScript (10 221 forks)batch import
feature-requestgithelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

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:

image

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

@lszomoru

Guide contributeur