Skip to content

Commit

Permalink
更新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
biaov committed Oct 11, 2023
1 parent 7b63f9c commit e1ac6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 使用

- 简化 git 提交命令
- 简化 Git 提交命令

```sh
auto git [描述]
Expand Down
2 changes: 1 addition & 1 deletion src/commander/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const execCommand = (cmd: string) => {
}

/**
* 简化 git 提交命令
* 简化 Git 提交命令
*/
export const simplifyGit = async (desc = '更新代码') => {
info()
Expand Down

0 comments on commit e1ac6f6

Please sign in to comment.