Ability to fork from a tag
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Only the ability to fork from the default branch is currently permitted. It would be beneficial for us to have the ability to fork from a branch other than the default one. Also it is also limited to being able to fork from the head of the default. In our use-case we tend need to fork from a very specific SHA (and more specifically a Tag).
Our current workaround to this limitation is to locally create a branch based on a SHA or Tag. Then create a new project and follow the instructions provided to push that into the new empty project. The problem is the complexity of setting up the project, having to locally create the branch locally and the history of that "fork" is lost.