1.0.7 • Published 2 years ago

push-git v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

!!!!!!!!会将【目录】强推至【git仓库】/【分支】

使用方式

push-git 【git仓库】 【分支】 【目录】

示例为将dist目录强推到git仓库的test-release分支

npm install -D push-git
yarn add push-git --dev
package.json
{
  "scripts": {
    "deploy": "push-git http://git.com/aaaa test-release dist"
  }
}