You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, wiby test creates a branch called wiby-[dep name] in the dependent repos. There is nothing to clean this up - running a new wiby test will fail if the branch already exists.
wiby test should not fail on existing branch - but that is a separate, larger problem (I'll create a separate issue), but in the meantime - deleting the wiby-wiby branch manually on wiby-test/* repos is a hassle during development.
At the moment,
wiby test
creates a branch calledwiby-[dep name]
in the dependent repos. There is nothing to clean this up - running a newwiby test
will fail if the branch already exists.wiby test
should not fail on existing branch - but that is a separate, larger problem (I'll create a separate issue), but in the meantime - deleting thewiby-wiby
branch manually onwiby-test/*
repos is a hassle during development.wiby clean
should take the following options:--all
- remove allwiby-*
branches (by default only remove the current branch, based on the naming as proposed in Name wiby test branches based on the dependency branch name #78)--dry-run
- show the branches that would be removed--force
to skip the confirmation?The text was updated successfully, but these errors were encountered: