摘要: 准备工作 安装Git 创建GitHub账号 在GitHub上创建仓库 上传工作 创建本地仓库(项目文件) 初始化Git(关联本地仓库)(把本地仓库变成Git可管理的仓库) 把项目文件添加到缓存区 提交项目 将本地仓库文件推送到GitHub 完成 本文转自:https://segmentfault.c 阅读全文
posted @ 2023-09-11 09:41 资壁史卧边羌 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1、第一次初始化 git init git add . git commit -m ‘first commit’ git remote add origin git@github.com:帐号名/仓库名.git git pull origin master git push origin maste 阅读全文
posted @ 2023-09-11 09:37 资壁史卧边羌 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <!-- 公告 --> <view class='notice'> <view class='notice-contain'> <icon type="search" size="14" color="#f00"></icon> <swiper class="tab-right" vertical= 阅读全文
posted @ 2023-09-11 09:30 资壁史卧边羌 阅读(347) 评论(0) 推荐(0) 编辑