1 Star 0 Fork 0

清冽地风 / warehouse2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gitee(码云).md 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
清冽地风 提交于 2022-09-30 04:05 . 码云笔记

Gitee(码云)

代码托管平台(免费)

实现私有仓库托管

1.注册账号

2.登录

3.创建仓库

image-20220930040216943

4.本地创建文件夹

5右击打开 git

6.git init 初始化

image-20220930040146542

  1. git remote add origin 远程仓库地址
  2. git pull --rebase origin master (同步远程文件,合并资源)
  3. 本地文件夹里面去创建文件
  4. git add 文件名 (添加工作区)
  5. git commit -m ‘描述性信息’ (添加到暂存区)
  6. git push origin master (推送到远程仓库)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/SIR-CAI/warehouse2.git
git@gitee.com:SIR-CAI/warehouse2.git
SIR-CAI
warehouse2
warehouse2
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891