Notes icon indicating copy to clipboard operation
Notes copied to clipboard

本地新项目推送到已存在的git

Open any86 opened this issue 6 years ago • 0 comments

进入项目后, 执行如下命令

git init
git remote add origin 目标git地址
git pull origin master --allow-unrelated-histories

any86 avatar Feb 18 '19 02:02 any86