1.git init; 2.git add . 3.git commit -m "初始化" 4.git remote add origin https://github.com/githubusername/demo.git 5.git pull --rebase origin master 6.git push -u origin master
原文地址:https://www.cnblogs.com/yangguoe/p/11065562.html
时间: 2024-10-13 09:27:08