You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2022. It is now read-only.
I'm setting "git": false in a custom .yeopress file, but the default for the "Use Git?" prompt remains "Yes" (Y/n).
Glancing through app/prompts.js, it does appear to be set to a default of "no", which matches the readme documentation talking about overriding this. However, even without a custom .yeopress file, when running yo wordpress it defaults to yes.
I'm setting
"git": falsein a custom .yeopress file, but the default for the "Use Git?" prompt remains "Yes" (Y/n).Glancing through app/prompts.js, it does appear to be set to a default of "no", which matches the readme documentation talking about overriding this. However, even without a custom .yeopress file, when running yo wordpress it defaults to yes.
BTW: I love this project. Thanks so much for it.