Branch overview page #95

Closed
opened 2025-11-02 03:08:43 -06:00 by GiteaMirror · 23 comments
Owner

Originally created by @Bwko on GitHub (Nov 29, 2016).

I'd like to see something like the github branch overview page.

  • List branches
  • Create branches
  • Delete branches
  • Compare branches.

See gogits/gogs#2310

Originally created by @Bwko on GitHub (Nov 29, 2016). I'd like to see something like the [github branch overview page](https://github.com/go-gitea/gitea/branches). - [x] List branches - [ ] Create branches - [x] Delete branches - [x] Compare branches. See gogits/gogs#2310
GiteaMirror added the issue/confirmedtype/summary labels 2025-11-02 03:08:43 -06:00
Author
Owner

@bkcsoft commented on GitHub (Dec 2, 2016):

Shortened the title, I was confused whether it was a "Add branch" overview or add "Branch overview" until I read the upstream issue :)

@bkcsoft commented on GitHub (Dec 2, 2016): Shortened the title, I was confused whether it was a "Add branch" overview or add "Branch overview" until I read the upstream issue :)
Author
Owner

@KangoV commented on GitHub (Jan 5, 2017):

Would this allow the deletion of a branch?

@KangoV commented on GitHub (Jan 5, 2017): Would this allow the deletion of a branch?
Author
Owner

@lunny commented on GitHub (Jan 5, 2017):

You can delete a branch after that's merged from forked repo to source repo. This feature has been implemented I remember.

@lunny commented on GitHub (Jan 5, 2017): You can delete a branch after that's merged from forked repo to source repo. This feature has been implemented I remember.
Author
Owner

@Bwko commented on GitHub (Jan 5, 2017):

@KangoV Yes i want to create something like githubs implementation.

@Bwko commented on GitHub (Jan 5, 2017): @KangoV Yes i want to create something like githubs implementation.
Author
Owner

@neilherbertuk commented on GitHub (Dec 6, 2017):

Would be extremely interested in seeing this implemented!

@neilherbertuk commented on GitHub (Dec 6, 2017): Would be extremely interested in seeing this implemented!
Author
Owner

@lunny commented on GitHub (Dec 6, 2017):

Sorry, This has been implemented in v1.3.

@lunny commented on GitHub (Dec 6, 2017): ~Sorry, This has been implemented in v1.3.~
Author
Owner

@lunny commented on GitHub (Dec 20, 2017):

Branch compare left

@lunny commented on GitHub (Dec 20, 2017): Branch compare left
Author
Owner

@Nobodys commented on GitHub (Jul 16, 2018):

Is this still in development or dropped? I would really love to see and use this feature.

@Nobodys commented on GitHub (Jul 16, 2018): Is this still in development or dropped? I would really love to see and use this feature.
Author
Owner

@lunny commented on GitHub (Jul 18, 2018):

@Nobodys currently nobody are working on this.

@lunny commented on GitHub (Jul 18, 2018): @Nobodys currently nobody are working on this.
Author
Owner

@stale[bot] commented on GitHub (Jan 17, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 17, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@KaKi87 commented on GitHub (Apr 11, 2019):

Any news on this ? It would be so cool

@KaKi87 commented on GitHub (Apr 11, 2019): Any news on this ? It would be so cool
Author
Owner

@lunny commented on GitHub (Apr 11, 2019):

@Bwko @KaKi87 I changed the issue content and now it's a check list.

@lunny commented on GitHub (Apr 11, 2019): @Bwko @KaKi87 I changed the issue content and now it's a check list.
Author
Owner

@KaKi87 commented on GitHub (Jan 21, 2020):

Hey there, any news on this ?

@KaKi87 commented on GitHub (Jan 21, 2020): Hey there, any news on this ?
Author
Owner

@6543 commented on GitHub (Jan 23, 2020):

@Bwko Compare branches. is here with the "Create Pull"

@6543 commented on GitHub (Jan 23, 2020): @Bwko `Compare branches.` is here with the "Create Pull"
Author
Owner

@6543 commented on GitHub (Jan 23, 2020):

and what is the usecase of Create branches ? how should this work ?!?

@6543 commented on GitHub (Jan 23, 2020): and what is the usecase of `Create branches` ? how should this work ?!?
Author
Owner

@KaKi87 commented on GitHub (Jan 23, 2020):

@6543 git checkout -b or git checkout --orphan, depending on the user's choice. How else ?

@KaKi87 commented on GitHub (Jan 23, 2020): @6543 `git checkout -b` or `git checkout --orphan`, depending on the user's choice. How else ?
Author
Owner

@6543 commented on GitHub (Jan 23, 2020):

But wich usecase?

If you argue to edit via web later -> editor can create a new branch

@6543 commented on GitHub (Jan 23, 2020): But wich usecase? If you argue to edit via web later -> editor can create a new branch
Author
Owner

@KaKi87 commented on GitHub (Mar 10, 2020):

What if I want to create a new branch for someone else to use ?

@KaKi87 commented on GitHub (Mar 10, 2020): What if I want to create a new branch for someone else to use ?
Author
Owner

@lafriks commented on GitHub (Mar 10, 2020):

@KaKi87 you can do that from Code tab branch selection dropdown

@lafriks commented on GitHub (Mar 10, 2020): @KaKi87 you can do that from Code tab branch selection dropdown
Author
Owner

@KaKi87 commented on GitHub (Mar 10, 2020):

I see that dropdown, but it's only displaying the list of existing branches, there is no add/edit/remove buttons there.

@KaKi87 commented on GitHub (Mar 10, 2020): I see that dropdown, but it's only displaying the list of existing branches, there is no add/edit/remove buttons there.
Author
Owner

@lunny commented on GitHub (Mar 11, 2020):

@KaKi87 It's some tricky. You could browser the commit code root path and in the dropdown, input the name you want to tag. and click the create branch xxxxx on the changed dropdown.

@lunny commented on GitHub (Mar 11, 2020): @KaKi87 It's some tricky. You could browser the commit code root path and in the dropdown, input the name you want to tag. and click the `create branch xxxxx` on the changed dropdown.
Author
Owner

@KaKi87 commented on GitHub (Mar 11, 2020):

Oh, I see it now. Well, it's pretty hidden. I still maintain that regrouping all these features on a dedicated page would be a good idea. :)

@KaKi87 commented on GitHub (Mar 11, 2020): Oh, I see it now. Well, it's pretty hidden. I still maintain that regrouping all these features on a dedicated page would be a good idea. :)
Author
Owner

@6543 commented on GitHub (Jan 26, 2021):

closed since beside the "Create Branch" witch github aso do not have on the overview ... all is solved & more

note: creating branch via UI is supported

@6543 commented on GitHub (Jan 26, 2021): closed since beside the "Create Branch" witch github aso do not have on the overview ... all is solved & more note: creating branch via UI is supported
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#95