eliranmal / git-flux

git commands for fluent, collaborative workflow
MIT License
7 stars 0 forks source link

"branch '' does not exist locally" on feature start #12

Closed eliranmal closed 7 years ago

eliranmal commented 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.

gitflux-bug-branch-empty

eliranmal commented 7 years ago

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.