Delete Branches

A branch can be deleted from the UI only if it has already been pushed and merged with the remote branch.

To force delete you can use in your terminal git branch -D <branch_name>

You can delete a local branch in Paradime by opening the Git panel and clicking on the more options menu(...).

Here you can select Delete Branches and then select the branch name you want to delete.

Last updated