Microsoft/vscode

Git - git sync issue on an empty repo

Aberta

#100.725 aberto em 22 de jun. de 2020

 (10 comentários) (0 reação) (1 responsável)TypeScript (39.847 forks)batch import
buggithelp wanted

Métricas do repositório

Stars
 (184.936 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

  • 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

Guia do colaborador