Microsoft/vscode

Git - git sync issue on an empty repo

オープン

#100,725 opened on 2020/06/22

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (39,847 件のフォーク)batch import
buggithelp wanted

Repository metrics

Stars
 (184,936 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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

コントリビューターガイド