增加Git整体流程图
This commit is contained in:
parent
c748f12eb7
commit
bcab3adc12
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
|
@ -1,4 +1,6 @@
|
|||
# 创建、修改、暂存和提交
|
||||
## Git整体流程图
|
||||

|
||||
## 创建
|
||||
要将现有的软件程序纳入git管理,首先是创建版本库(或称存储库):
|
||||
选中要管理的工程文件夹,右键选择“Git 在这里创建版本库”,点击“确定”,git就会在工程目录下创建“.git”文件夹,一个空白的版本库就创建成功。
|
||||
|
|
Loading…
Reference in New Issue