gpp
v1.0.18
Published
shortcut of git add + git commit -m + git push
Downloads
20
Readme
Welcome to gpp 👋
shortcut of git add + git commit -m + git push
Install
npm i gpp -g
Usage
一条命令,一次性执行: git add .
、 git commit -m 信息
和 git push
gpp 任何需要commit的信息
带空格的提交:
gpp 首页优化 接口替换
缺省 commit 信息的提交:
# 缺省信息为 update
gpp
只 commit 不 push
gmm 任何需要commit的信息(缺省为update)
Author
👤 wangyongfeng
- Github: @imaoda