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

Add support for resetting an environment #4

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Add support for resetting an environment #4

merged 2 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. Add support for resetting an environment

    This will reset the state of an environment. This is useful when
    switching between tasks, branches etc.
    
    Add usage of this to the test.
    kasperg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5b9a1e4 View commit details
    Browse the repository at this point in the history
  2. Split cloning repos and initing projects into sepatate tasks

    Init'ing is actually just a matter of cloning and resetting so this
    should simplify things a bit.
    kasperg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    090fe30 View commit details
    Browse the repository at this point in the history