Closed eliranmal closed 7 years ago
running commands without an assigned team (assignment by team join or team create) will fail as branch.team is not registered in the config.
team join
team create
branch.team
this happens as the team branch is not configured, or no base is passed to the feature start action. fixed by protecting feature start and prompting user.
running commands without an assigned team (assignment by
team join
orteam create
) will fail asbranch.team
is not registered in the config.