const child_process = require('child_process') // 获取 const version = child_process.execSync('git name-rev --name-only HEAD', { 'encoding': 'utf8' }); // 分支名称 console.log(version)
本文作者为gengboxb,转载请注明。
const child_process = require('child_process') // 获取 const version = child_process.execSync('git name-rev --name-only HEAD', { 'encoding': 'utf8' }); // 分支名称 console.log(version)
本文作者为gengboxb,转载请注明。