Package Exports
- gitcut
- gitcut/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitcut) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gitcut
Shortcuts for git
Install
npm install -g gitcutUsage
生成配置文件
gt --init从远程源拉取代码
// 直接使用
gt query <remoteUrl> <branch> [paths]
// 在配置文件中配置后就可以使用别名了
gt query <alias>提交工作区所有内容,如果遵循正确的提交规范,提交信息还会自动加上 emoji 😈
gt submit <msg>此外,gt 兼容 git 的所有命令 🎉🎉🎉