Situation: I started to do a task on the trunk, but I realized that it would be better to do it in a separate branch. In addition, I would like to save the results of labor on the server just in case, and committing to the trunk is too early.

Question: What to do? Can I create a branch and commit everything there?



    1 answer 1

    Yes, you make a separate branch, and commit your changes there. Just don't forget to periodically merge your branch and trunk.