git shell 客户端增强
npm install -g git-pro
� 带 emoji 选择的 commit 提交
git-pro commit
� 暂存文件后在执行带 emoji 选择的 commit 提交
git-pro commit -a
当然也可以指定文件,多个文件','分隔
git-pro commit -a README.md
你可以直接使用
git-pro
代替git
, 因为除了commit
命令,其他命令只是进行了代理
git-pro status # 就相当于 git status
默认的提交选项很多,有时候我们可能不需要这么多,甚至可能需要特殊的提交类型,这时候可以使用自定义功能进行配置
git-pro custom
执行后会在项目根目录下生成.gitprorc.js
文件
参数说明 | 类型 | 说明 |
---|---|---|
commitList | Object | 提交类型列表 |
commitMessage | Object | 提交信息 |
参数说明 | 类型 | 说明 |
---|---|---|
message | String | 提交类型选择时提示文字 |
choices | Array | 提交类型类别 |
参数说明 | 类型 | 说明 |
---|---|---|
message | String | 提交信息输入时提示文字 |
自定义commit类型列表- 按使用热度排序
- 历史记录调用