Microsoft/vscode

Git fetch from other branches

开放

#283,975 创建于 2025年12月17日

 (6 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
Good first issueUXfeature-requestgithelp wantediOS

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (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

贡献者指南