feature-requestgithelp wanted
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
Sometimes we want to update branch without checking out, especially update many branches. Which equivalence to command git fetch {remote} {branch}:{branch}
So I would like to propose that vscode should have command Git:Fetch Branch... and will open branch selector (with All checkbox to select all that has difference) to run git fetch command to all selected branch