增加同步操作的思维导图

This commit is contained in:
孟凡兴 2024-05-21 09:02:34 +08:00
parent 8e3af01327
commit aa4cc6100a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -44,9 +44,11 @@ https://www.cnblogs.com/Mufasa/p/14431990.html
#### 5.推送
把定制版本程序推送到定制版本仓库打开TortoiseGit的推送界面保持远端还是origin点击确定。
![](./git_push.png)
### 实际应用
前面的操作把定制版本的架子搭好了,下面就要测试应用了。
#### 基线程序的更改同步到定制版本
![](./git_from_base_to_custome.png)
##### 1. 基线程序版本更新
在基线程序上面做一些更改并且提交推送。
##### 2. 定制版本获取基线更改
@ -60,6 +62,7 @@ https://www.cnblogs.com/Mufasa/p/14431990.html
#### 定制版本更改同步到基线程序
定制版本同步到基线程序要麻烦一些。
![](./git_from_custome_to_base.png)
##### 1. 定制版本更改
在定制程序上面做一些更改、提交和推送到定制仓库。
##### 2. 推送定制版本到基线仓库