JSPM

  • Created
  • Published
  • Downloads 93
  • Score
    100M100P100Q70541F
  • License MIT

shortcuts for git

Package Exports

  • gitcut
  • gitcut/gt.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 gitcut

Usage

从远程源拉取代码

gt query <remoteUrl> <branch> [paths]

提交工作区所有内容,如果遵循正确的提交规范,提交信息还会自动加上emoji

gt submit <msg>