赞
踩
记录一下上传文件到gitee仓库的步骤
git init 初始化,创建本地仓库
git add . 添加到本地仓库
git commit -m "注释" 添加注释
git remote add origin 仓库地址 连接远程仓库
git pull --rebase origin master 同步仓库内容
git push -u origin master 上传到远程仓库
参考:https://blog.csdn.net/fayoung3568/article/details/119488325
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。