mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Update commit message to use imperative mood (#8377)
Why: * As per best practice: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches#n135 See also: https://chris.beams.io/posts/git-commit/#imperative
This commit is contained in:
committed by
GitHub
parent
fb9745eb76
commit
d9e05f9ce5
2
packages/react-scripts/scripts/init.js
vendored
2
packages/react-scripts/scripts/init.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user