const { spawn } = require('child_process'); spawn('git', ['log']);. Docs: spawn. The spawn function will spawn a new process of git log type ...
確定! 回上一頁