Notes
Notes copied to clipboard
本地新项目推送到已存在的git
进入项目后, 执行如下命令
git init
git remote add origin 目标git地址
git pull origin master --allow-unrelated-histories