try setting it locally
This commit is contained in:
parent
226e00b61c
commit
f530806c93
|
|
@ -48,7 +48,7 @@ const test = baseTest.extend({
|
|||
});
|
||||
git(`init --initial-branch=main`);
|
||||
if (process.platform === 'win32')
|
||||
git(`config --global core.autocrlf true`);
|
||||
git(`config --local core.autocrlf true`);
|
||||
git(`config --local user.name "Robert Botman"`);
|
||||
git(`config --local user.email "botty@mcbotface.com"`);
|
||||
git(`add .`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue