Microsoft/vscode

Git fetch from other branches

Open

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

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)TypeScript (74,848 star) (10,221 fork)batch import
feature-requestgithelp wanted

描述

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

贡献者指南