[Feature]: Add confirmation dialog before "Initialize Git" to prevent accidental git init #6702
Closed
adinschmidt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions