Centos7下git上传代码到github

1.前置条件
github创建空存储库gitcode
Centos7下git上传代码到github
2.执行如下语句

yum install git
git config --global user.email "1977107948@qq.com"
git config --global user.name "qdlimit"
mkdir /gitcode
cd /gitcode
git init
增加文件或文件夹到此目录
git remote add origin https://github.com/qdlimit/gitcode.git
git push -u origin master

Centos7下git上传代码到github
3.确认代码已上传
Centos7下git上传代码到github

上一篇:如何快速搭建钉钉微应用?


下一篇:【云中沙箱】如何使用SLB实现持续性高并发访问?