Microsoft/vscode

Git - git sync issue on an empty repo

开放

#100,725 创建于 2020年6月22日

 (10 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
buggithelp wanted

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

  • VSCode Version: 1.46.1
  • OS Version: macOS 10.15.5

Steps to Reproduce:

# create empty repo test1
git clone https://.../test1.git test1_01
git clone https://.../test1.git test1_02
cd test1_01
code ./
# add 1.txt -> commit -> sync
cd ../test1_02
code ./
# click sync: I expect changes will be synced

贡献者指南