准备工作
- 在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
完工
git init
git add .
git commit -m '代码以后就开源了'
git remote add origin https://github.com/lujiang618/kfzphp.git
git pull
完工