File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ gitm start bugfix 1001 --tag 20211010
158158
159159> v2.11.0 新增` --description ` 传参
160160> v5.3.0 增加data传值,支持传入额外的参数
161+ > v7.0.0 开始支持批量合并
161162
162163bugfix 分支和 feature 分支需要提交到 dev 或者预发布环境时使用 combine 指令来自动执行合并
163164
@@ -244,12 +245,20 @@ gitm cb -pd --no-bugfix
244245gitm combine -b --data ' {"app_id":"xxxxxx"}'
245246```
246247
248+ 7 . 批量选择feature分支进行合并
249+
250+ ``` shell
251+ # 输入指令并按提示选择要合并的分支
252+ gitm cb feature -d
253+ ```
254+
247255### gitm end
248256
249257#### 短指令:gitm ed
250258
251259> v2.9.6 版本开始,` end ` 指令智能判断是否需要合并代码,不传` --no-combine ` 时,不需要合并的时候不会发起合并操作<br />
252260> v2.11.0 新增` --description ` 传参
261+ > v7.0.0 开始支持批量结束分支
253262
254263任务完成,合并并删除分支,这个操作会把 20001 这个分支代码合并到 bug 分支并删除 20001 分支(远程的 20001 分支也会同步删除)
255264
@@ -299,6 +308,13 @@ gitm end --no-combine
299308gitm end --as-feature
300309```
301310
311+ 3 . 批量选择feature分支进行清理
312+
313+ ``` shell
314+ # 输入指令并按提示选择要清理的分支
315+ gitm end feature
316+ ```
317+
302318### gitm update
303319
304320#### 短指令:gitm up
You can’t perform that action at this time.
0 commit comments