@emiya/gitless
v0.0.15
Published
封装了一下常用的 git cli 操作, 如批量分支重命名, 快速提交等
Downloads
18
Maintainers
Readme
GitLess
Install
npm install -g @emiya/gitless
Usage
# 快速提交
gls commit
gls c
# 批量重命名 commit
gls rename
# 获取提交者列表
gls clist
gls cl
# 快速发布
gls publish
gls pub