Created by: jim4067
I added the line execSync('git branch -M main', { stdio: 'ignore' });
so that the master branch will be renamed to main.
Created by: jim4067
I added the line execSync('git branch -M main', { stdio: 'ignore' });
so that the master branch will be renamed to main.