Closed fulghum closed 1 year ago
Pretty sure this already exists for the workbench. Writes must be enabled for the deployment and the user needs to have write perms
Ah, I see the "+" button to create a new branch. That's great to have that. Being able to delete branches, too, would be nice, but that seems lower priority.
You can delete branches from the branch list page (clicking on view all branches from the branches drop-down) or from a closed/merged pull request
Ah! You are totally right! Sorry that the customer and I both missed that. Thank you!
A Hosted Dolt customer mentioned that having a UI for create/delete branches in the Workbench UI would be helpful. This is not blocking customers from managing branches, but it does seem like a nice UI enhancement.
As a workaround, for any customers who find this, you can use the
dolt_branch
stored procedure to create or delete branches.