Skip to content

Commit 83de7d2

Browse files
committed
Merge branch 'dev'
2 parents ee63a47 + 91e8151 commit 83de7d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ gitm start bugfix 20001
3434

3535
任务阶段提测,这部操作把分支代码合并到dev和bug分支
3636
```
37-
# 形式:gitm comb <type> <name>
38-
gitm comb bugfix 20001
37+
# 形式:gitm combine <type> <name>
38+
gitm combine bugfix 20001
3939
```
4040

4141
任务完成,合并并删除分支,这个操作会把20001这个分支代码合并到bug分支并删除20001分支
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitmars",
33
"description": "git tool for newbees",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"main": "bin/gitm.js",
66
"scripts": {
77
"start": "react-scripts start"

0 commit comments

Comments
 (0)