Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve clean repo state check #427

Closed
Lms24 opened this issue Sep 6, 2023 · 1 comment
Closed

Improve clean repo state check #427

Lms24 opened this issue Sep 6, 2023 · 1 comment

Comments

@Lms24
Copy link
Member

Lms24 commented Sep 6, 2023

Before applying any modifications to a project, wizards should check the conditions of the repository:

flowchart TD
    A[Wizard Start] --> B{In git repo?}
    B --> |yes| C{Uncommited or Untracked files?}
    B --> |no| D{Ask: should continue anyway?}
    C --> |yes| D
    C --> |no| F
    D --> |no| E[abort]
    D --> |yes| F[continue with wizard]
Loading
@Lms24
Copy link
Member Author

Lms24 commented Sep 19, 2023

closed via #462

@Lms24 Lms24 closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant