gelu

准备工作

  1. 在github上创建自己的Repository。
  2. 安装git,centos的git安装教程

上传本地代码到github

git init
git add .
git commit -m \'代码以后就开源了\'
git remote add origin https://github.com/lujiang618/kfzphp.git
git pull

完工

分类:

技术点:

相关文章:

  • 2021-05-01
  • 2021-07-13
  • 2022-01-07
  • 2022-01-07
  • 2022-01-06
  • 2021-11-26
猜你喜欢
  • 2021-11-09
  • 2022-01-07
  • 2021-06-01
  • 2021-07-09
  • 2021-06-14
  • 2022-01-07
  • 2022-01-07
相关资源
相似解决方案