Before submitting
Area
apps/desktop
Problem or use case
The "Initialize Git" button in the project view runs git init immediately with no confirmation, making it easy to accidentally initialize a git repo.
Proposed solution
Add a confirmation dialog before executing git init.
Why this matters
This would be a useful safeguard to prevent accidental git repo creation.
Smallest useful scope
Add a confirmation dialog before executing git init.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
Before submitting
Area
apps/desktop
Problem or use case
The "Initialize Git" button in the project view runs
git initimmediately with no confirmation, making it easy to accidentally initialize a git repo.Proposed solution
Add a confirmation dialog before executing
git init.Why this matters
This would be a useful safeguard to prevent accidental git repo creation.
Smallest useful scope
Add a confirmation dialog before executing
git init.Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution