pull.rebase merges

This commit is contained in:
João Moreno 2021-06-22 19:55:07 +02:00
parent 7c78ef3e80
commit 6fed85aaf9
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -88,4 +88,4 @@ runtime "${runtime}"`;
yarnInstall(watchPath);
}
cp.execSync('git config pull.rebase true');
cp.execSync('git config pull.rebase merges');