Search code examples
git-branchgiteawebui

Where is the delete branch option in Gitea's website interface?


Right now, I'm exploring and getting familiar with the Gitea interface.
I must be blind since I've done this before with GitHub, GitLab, CodeStar, and many more.
I feel crazy for asking this but, where is the delete branch in the website?

enter image description here

I'm asking because if ever permissions were restricted or process-gates were setup,
I'd like to be able to cleanup after myself of no longer needed testing setups and broken branches. I've looked around for answers and I've only found:

  1. freeCodeCamp's basic git article suggesting git branch -d <branch>
  2. [GitHub > Issue] On Deleting Branch Completely which isn't my issue
  3. Gitea.Docs search returning "Delete a package" instead

I understand that there might not be a way, but I haven't found any discussion to reference regarding this. So I thought I'd ask the SO community to see if we find anything we can share here.
Thanks for reading this!

enter image description here


Solution

  • Since the question was if there is a possibility to do this on the UI. The answer is yes (at least with Version: 1.20.5).

    1. Select branch:

    Branchselection

    1. Delete it with the delete button:

    enter image description here