We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee63a47 + 91e8151 commit 83de7d2Copy full SHA for 83de7d2
README.md
@@ -34,8 +34,8 @@ gitm start bugfix 20001
34
35
任务阶段提测,这部操作把分支代码合并到dev和bug分支
36
```
37
-# 形式:gitm comb <type> <name>
38
-gitm comb bugfix 20001
+# 形式:gitm combine <type> <name>
+gitm combine bugfix 20001
39
40
41
任务完成,合并并删除分支,这个操作会把20001这个分支代码合并到bug分支并删除20001分支
bin/gitm-comb.js bin/gitm-combine.jsbin/gitm-comb.js renamed to bin/gitm-combine.js
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gitmars",
3
"description": "git tool for newbees",
4
- "version": "1.0.2",
+ "version": "1.0.3",
5
"main": "bin/gitm.js",
6
"scripts": {
7
"start": "react-scripts start"
0 commit comments