Why do the new FF plans have limitations on the number of branches?
I used to work with my team by creating JIRA cards for tasks and then creating a feature branch for each card. For example:
Main > Dev Branch >
feat-1
feat-2If anyone else has worked like this, how are you handling more than 5 branches now with this limitation?