Commit 2732f23
authored
fix(cli): default git init prompt to true on scaffold (#1650)
## Summary
- Flip the default for the `Initialize a git repository with an initial
commit?` prompt from `false` to `true`, matching the pre-commit hooks
prompt and the typical expectation that scaffolded projects start as a
git repo.
Follow-up to #1484 (review comment:
#1484 (comment)).
<img width="1576" height="736" alt="image"
src="https://github.com/user-attachments/assets/1edce33e-b559-40f4-826f-6f35bc77fe48"
/>
## Test plan
- [x] Scaffold a new project interactively and confirm the git-init
prompt is preselected as Yes.1 parent 5f5ce6e commit 2732f23
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments