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
It would make onboarding easier if we could track all checked-out branches with a single command.
This feature should be built on top of #300.
After running repo init, we should be able to call something like repo track(-all) to track all existing local branches along with their current dependencies.
This functionality would also be useful later if we want to track all "loose" branches.
The text was updated successfully, but these errors were encountered:
It would make onboarding easier if we could track all checked-out branches with a single command.
This feature should be built on top of #300.
After running
repo init
, we should be able to call something likerepo track(-all)
to track all existing local branches along with their current dependencies.This functionality would also be useful later if we want to track all "loose" branches.
The text was updated successfully, but these errors were encountered: