Closed stefandesu closed 1 year ago
Does this mean we are abondoning the dev
branch in this repository? If yes, the branch should be removed. If no, the branch should be realigned with the master branch (forced if necessary) and we should, as we do with most other repos, work primarily on the dev
branch.
dev
branch is now aligned with main
again. Also added release management like in our other projects.
@nichtich, a while ago you apparently worked on the
dev
branch, but then ignored that and continued working onmaster
. Now, the two branches are split off far enough that there will be a bunch of merge conflicts of you try to merge either way. How do we deal with this? I would like to establish here as well that we only work ondev
(or in a feature branch that is merged ontodev
) and then merge withmaster
as soon as there's a release.