Feature request: Create a new branch from a tag in GitHub #138283
Select Topic AreaQuestion BodyIs it possible to create a new branch from a tag in GitHub? I only see the option to create a branch from other branches, not from a specific commit or a tag. I know the command line route but I was wondering if it's possible to do that from the web interface. |
Replies: 3 comments 6 replies
|
First you have to be browsing that specific tag or commit. Then, on the repo homepage, from the branch/tag dropdown, start typing in the name of your new branch. You must be on the branch tab before you start typing. If you start typing from the tag tab and then switch to the branch tab, you won't get the prompt to create a new branch. Edit: As https://github.com/orgs/community/discussions/138283#discussioncomment-15424781 pointed out this no longer works. |
|
I know this is old, but just had the same question. Is there any movement to revert/fix/supply this? Is the only other option using a github action that can be run from the repo (would have to get added to every repo, but that could get automated)? |
|
this is possible:
~Mealman1551 |


First you have to be browsing that specific tag or commit. Then, on the repo homepage, from the branch/tag dropdown, start typing in the name of your new branch. You must be on the branch tab before you start typing. If you start typing from the tag tab and then switch to the branch tab, you won't get the prompt to create a new branch.
Edit: As https://github.com/orgs/community/discussions/138283#discussioncomment-15424781 pointed out this no longer works.