仪表盘
版本库
文件存储
活动
搜索
登录
WI
/
Web.Admin.V1.0
后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test
yangyin
2024-11-15
e71dad5482dab3886e808d09c52e5f0eb36567ad
[WI/Web.Admin.V1.0.git]
/
scripts
/
merge.js
1
2
3
4
5
6
const { execSync } = require('child_process');
// 合并测试分支到主分支
try {
execSync('git merge test master', { stdio: 'inherit' });
} catch (error) {}