准备工作
- 在github上创建自己的Repository。
- 安装git,centos的git安装教程。
上传本地代码到github
git init
git add .
git commit -m '代码以后就开源了'
git remote add origin https://github.com/lujiang618/kfzphp.git
git pull
完工
2023-07-18 08:40:52
git init
git add .
git commit -m '代码以后就开源了'
git remote add origin https://github.com/lujiang618/kfzphp.git
git pull
完工
下一篇:关于如何使用SVN的一些建议