We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9745e commit d9e05f9Copy full SHA for d9e05f9
packages/react-scripts/scripts/init.js
@@ -53,7 +53,7 @@ function tryGitInit(appPath) {
53
didInit = true;
54
55
execSync('git add -A', { stdio: 'ignore' });
56
- execSync('git commit -m "Initial commit from Create React App"', {
+ execSync('git commit -m "Initialize project using Create React App"', {
57
stdio: 'ignore',
58
});
59
return true;
0 commit comments