fix && add git flow

This commit is contained in:
many2many 2024-09-05 16:15:31 +08:00
parent 18b774a666
commit 8fd6297af2
3 changed files with 3 additions and 2 deletions

View File

@ -101,6 +101,8 @@
>
> 更多参考[菜鸟教程](https://www.runoob.com/git/git-tutorial.html)
![git flow](./resources/git_flow.png)
- **版本控制的概念**
- 版本控制系统是一种记录文件和目录更改的软件,以便可以恢复旧版本。
- **Git的基本命令**
@ -114,7 +116,6 @@
- 注册账号并创建一个新的仓库。
- 设置仓库的描述、许可证和README文件。
- **git基本操作练习**
#### 1.4.3 Markdown的使用掌握

BIN
docs/resources/git_flow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -24,7 +24,7 @@
2. 安装IDEA。
3. 配置IDEA设置如字体、颜色主题等。
4. 打开任务1的项目
5. 编辑REAME.md文件添加一些内容。
5. 编辑README.md文件添加一些内容。
6. 使用idea的git菜单将本地修改推送到远程仓库。
7. 在idea中close 项目。
8. 在文件浏览器中删除项目文件夹。