N
N
Nikita2022-04-09 11:50:45
git
Nikita, 2022-04-09 11:50:45

Is it acceptable to make a non-master branch a standard branch?

Once upon a time there was a repository with a single branch - master . It contained a solution to the problem using a multilayer perceptron. Then it was found out that a multilayer perceptron is not very suitable for this task, and a CNN branch was made with the solution of the problem using a convolutional neural network.

Now the solution in the CNN branch does a much better job than the solution in the master branch , so the solution in the CNN branch should be in the standard branch. In addition, I also want to leave the solution using a multilayer perceptron.

Is it possible in the repository settings on the github to make the CNN branch standard, and the master branch- not standard? It is clear that in any case it is possible to do this, but is it customary or is it to do so? Is this a good solution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2022-04-09
@gth-other

What's wrong? Take it and do it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question