增加同步操作的思维导图
This commit is contained in:
parent
8e3af01327
commit
aa4cc6100a
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -44,9 +44,11 @@ https://www.cnblogs.com/Mufasa/p/14431990.html
|
|||
#### 5.推送
|
||||
把定制版本程序推送到定制版本仓库,打开TortoiseGit的推送界面,保持远端还是origin,点击确定。
|
||||

|
||||
|
||||
### 实际应用
|
||||
前面的操作把定制版本的架子搭好了,下面就要测试应用了。
|
||||
#### 基线程序的更改同步到定制版本
|
||||

|
||||
##### 1. 基线程序版本更新
|
||||
在基线程序上面做一些更改并且提交推送。
|
||||
##### 2. 定制版本获取基线更改
|
||||
|
@ -60,6 +62,7 @@ https://www.cnblogs.com/Mufasa/p/14431990.html
|
|||
|
||||
#### 定制版本更改同步到基线程序
|
||||
定制版本同步到基线程序要麻烦一些。
|
||||

|
||||
##### 1. 定制版本更改
|
||||
在定制程序上面做一些更改、提交和推送到定制仓库。
|
||||
##### 2. 推送定制版本到基线仓库
|
||||
|
|
Loading…
Reference in New Issue