imaoda / gpp

shortcut of git add + git commit -m + git push 一键 git 提交
2 stars 0 forks source link

Welcome to gpp 👋

Version License: MIT

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