Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Dec 12, 2021
1 parent 1a1fd5b commit b5c9d78
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = extend(true, config, {
}
],
'spellcheck/spell-checker': [
2,
1,
{
comments: false,
strings: false,
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"vuex",
"outfile",
"uuidv4",
"utf-8"
"utf-8",
"iid"
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ gitm copy --help
- 使用:`gitm go`
- 参数:

| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 |
| ------- | -------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- |
| command | 指令名称 | String | combine、end、update、build、start、admin.publish、admin.update、admin.create、admin.clean、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg || - |
| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 |
| ------- | -------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- |
| command | 指令名称 | String | combine、end、update、build、start、undo、redo、admin.publish、admin.update、admin.create、admin.clean、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg || - |

- 示例:

Expand Down
6 changes: 3 additions & 3 deletions docs/go/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ sidebar: null

<div class="table-prop">

| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 |
| ------- | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- |
| command | 指令名称 | String | combine、end、update、build、start、admin.publish、admin.update、admin.create、admin.clean、branch、copy、get、save、revert、link、unlink、postmsg || - |
| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 |
| ------- | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- |
| command | 指令名称 | String | combine、end、update、build、start、undo、redo、admin.publish、admin.update、admin.create、admin.clean、branch、copy、get、save、revert、link、unlink、postmsg || - |

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: null
---

## gitm ui <Badge text="beta" type="warning"/>
## gitm ui

如果你厌倦了敲指令,gitmars提供了懒人UI界面

Expand Down

1 comment on commit b5c9d78

@vercel
Copy link

@vercel vercel bot commented on b5c9d78 Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.