(() => { const { execSync } = require('child_process'); const branch = 'master'; const remoteHash = execSync('git ls-remote https://') })();