vscode git push new 2019-01-21

需要用到的命令

git remote add origin https://github.com/delaTU/mytodoapp.git
git push -u origin master  //提交到你的仓库

// 主要增加这句
git merge origin/master --allow-unrelated-histories

你可能感兴趣的:(vscode git push new 2019-01-21)