增加Git整体流程图

This commit is contained in:
孟凡兴 2024-03-28 11:23:29 +08:00
parent c748f12eb7
commit bcab3adc12
2 changed files with 2 additions and 0 deletions

BIN
Lab1/git.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -1,4 +1,6 @@
# 创建、修改、暂存和提交
## Git整体流程图
![](./git.png)
## 创建
要将现有的软件程序纳入git管理首先是创建版本库或称存储库
选中要管理的工程文件夹右键选择“Git 在这里创建版本库”点击“确定”git就会在工程目录下创建“.git”文件夹一个空白的版本库就创建成功。