shortcut of git add + git commit -m + git push
npm i gpp -g
一条命令,一次性执行: git add .
、 git commit -m 信息
和 git push
gpp 任何需要commit的信息
带空格的提交:
gpp 首页优化 接口替换
缺省 commit 信息的提交:
# 缺省信息为 update
gpp
只 commit 不 push
gmm 任何需要commit的信息(缺省为update)
👤 wangyongfeng