ennerd/gitutils
Composer 安装命令:
composer require ennerd/gitutils
包简介
A few command line tools that automate some git tasks, especially if you develop in the vendor/ directory.
README 文档
README
Small git tools for lazy people.
g-patch-push
This tool runs git commit if needed, then git tag x.y.z where the version was bumped by 0.0.1, finally it runs git push origin master x.y.z.
It is only supposed to be helpful when you make a tiny change to some library, and you should use git properly the rest of the time. :)
Usage
# g-patch-push
Then follow the instructions...
g-each
This tool runs git in each direct subdir. It accepts all the same arguments as git.
Usage
# g-each status --porcelain
Will list all subdirectories and clearly show if they have files that need to be committed.
Installation
# composer global require ennerd/gitutils
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-16