-
Notifications
You must be signed in to change notification settings - Fork 10
LSF effect description for mode lms_cube
#236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This is now a feature branch based on another feature branch. Which is perfectly fine, but has to be treated with some care. I created some diagrams below to illustrate the situation (commit IDs and number of commits is simplified for the example). Current situation%%{init: {'gitGraph': {'mainBranchName': 'dev_master'}} }%%
gitGraph
commit
branch fh/simple-ifu
commit
commit
commit
branch oc/lsf_effect
commit
commit
checkout dev_master
merge fh/simple-ifu id: "merge 1"
merge oc/lsf_effect id: "merge 2"
This is how it would look like if we first merged #233 and then this (the other way around wouldn't make sense). The issue here is that this PR here will still show the commits from Alternative%%{init: {'gitGraph': {'mainBranchName': 'dev_master'}} }%%
gitGraph
commit
branch fh/simple-ifu
commit
commit
commit
branch oc/lsf_effect
commit
commit
checkout fh/simple-ifu
merge oc/lsf_effect id: "merge 1"
checkout dev_master
merge fh/simple-ifu id: "merge 2"
The other option, which I'd much prefer, is to first merge How to?Should be as simple as changing the base for this PR to Alternative alternativesMerging
|
|
I had changed the base earlier today but didn't want to proceed with it. I ran a simulation with |
teutoburg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the base as described in previous comment. To my relief, it now actually looks as I expected. Go ahead and merge 👍
Implementing LSF effect (AstarVienna/ScopeSim#670) for METIS
lms_cube