JSPM

  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q72606F
  • License MIT

shortcuts for git

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 gitcut

Usage

从远程源拉取代码

gt query <remoteUrl> <branch> [paths]

提交工作区所有内容

gt submit <msg>