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