Replies: 2 comments
-
Same RepositoryFor same repository, there's the cost of develop in a different branch and keep the main/stabilisation branch up to date. This is an brief bullet point idea
---
title: Same Repository
---
%%{init: { 'logLevel': 'debug', 'theme': 'forest' } }%%
gitGraph
commit id: "Release 18.1" tag: "sw360-18.1.0-M1"
branch stabilisation
branch releases/18
checkout releases/18
commit
checkout stabilisation
merge releases/18
checkout releases/18
commit
checkout stabilisation
commit
commit
commit
merge releases/18
checkout releases/18
commit tag: "sw360-18.1.1-M1" type: HIGHLiGHT
checkout stabilisation
merge releases/18
commit
commit id: "Stable" type: HIGHLIGHT
checkout main
merge stabilisation
commit
commit
checkout releases/18
commit
checkout main
merge releases/18
commit
checkout releases/18
commit
checkout main
merge releases/18
commit
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Different RepositoriesFor a new repository, complexity arises on commit in two different codebases every single commit. The probable steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Both have pros and cons.
Beta Was this translation helpful? Give feedback.
All reactions