set local commit identity
This commit is contained in:
parent
5d2da71fb8
commit
9fb7f13bfc
|
|
@ -47,6 +47,8 @@ const test = baseTest.extend({
|
|||
`,
|
||||
});
|
||||
git(`init --initial-branch=main`);
|
||||
git(`config --local user.name "Robert Botman"`);
|
||||
git(`config --local user.email "botty@mcbotface.com"`);
|
||||
git(`add .`);
|
||||
git(`commit -m init`);
|
||||
return git;
|
||||
|
|
|
|||
Loading…
Reference in a new issue