1.0.34 • Published 5 years ago

gitacp-test v1.0.34

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

gitacp

NPM version NPM Downloads Build Status

源代码及文档

源代码 开发文档

安装

npm install gitacp -g

介绍

为方便使用git,将git status,git add,git commit,git push 整合到一起。并自动更新版本号+1

命令:

gitacp
gitp
acp
pp

以上4个命令等价

gitacp

相当于

git status -s
git add .
git commit -m 'no message'
git push

gitacp -m 'msg'

相当于

git status -s
git add .
git commit -m 'msg'
git push

gitacp -m 'msg' -v

相当于如下组合:

1、将版本号加1:如当前版本号为10.2.3 变成 10.2.4。 如当前版本号为10.2.3-beta1 变成 10.2.3-beta2
2、gitacp -m 'msg'
1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago