安装并打开git工具
1、进入本地文件目录
cd github/
2、创建链接
git clone https://github.com/cplego/shop.git
cd shop/
3、把预上传代码放到当前目录后执行以下步骤
git add .
git commit -m 我的shop
git config --global user.name “xxxx”
git config --global user.email xxxxXXXXXX@163.com
git commit -m 我的shop
git push -u origin master
git工具基本使用方法
最新推荐文章于 2024-09-11 20:06:12 发布