mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -19,8 +19,8 @@ export async function makeLocalGitRepo(fixtureDir: string, destRoot: string): Pr
|
|||
const git = createSimpleGit(repoDir);
|
||||
await git.init();
|
||||
await git.raw(['checkout', '-B', 'main']);
|
||||
await git.addConfig('user.email', 'test@klo.local');
|
||||
await git.addConfig('user.name', 'KLO Test');
|
||||
await git.addConfig('user.email', 'test@ktx.local');
|
||||
await git.addConfig('user.name', 'KTX Test');
|
||||
await git.add('.');
|
||||
await git.commit('initial');
|
||||
const commit = async (message: string): Promise<string> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue