Skip to content

Commit

Permalink
Update commit message to use imperative mood (#8377)
Browse files Browse the repository at this point in the history
  • Loading branch information
crstead authored Jan 31, 2020
1 parent fb9745e commit d9e05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function tryGitInit(appPath) {
didInit = true;

execSync('git add -A', { stdio: 'ignore' });
execSync('git commit -m "Initial commit from Create React App"', {
execSync('git commit -m "Initialize project using Create React App"', {
stdio: 'ignore',
});
return true;
Expand Down

0 comments on commit d9e05f9

Please sign in to comment.