1 Star 0 Fork 12

naka507/fabric-doc

forked from 小君/fabric-doc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
push.js 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
junxiang wang 提交于 2020-03-31 12:05 . 发布版本2020-03-31 12:05
const shell = require('shelljs');
var sd = require('silly-datetime');
var time=sd.format(new Date(), 'YYYY-MM-DD HH:mm');
console.log(time);
// 不能在一股脑全部添加了
shell.exec('git add .');
shell.exec(`git commit -m "发布版本${time}"`);
shell.exec('git push origin master');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/naka507/fabric-doc.git
git@gitee.com:naka507/fabric-doc.git
naka507
fabric-doc
fabric-doc
master

搜索帮助