How to Merge Feature Branch into DEV Without Incorporating Existing DEV Changes? #140075
Unanswered
Seungjun-bob
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I’m working on a branching strategy involving a DEV branch and a PROD branch. Here’s the situation I’m facing:
My goal: I want to test 4 in DEV without incorporating the existing changes (1, 2, 3) into branch 4. Ultimately, I need to keep 4 independent so that I can merge it into PROD later without including changes from DEV.
Question: Is there a way to merge 4 into DEV for testing purposes while keeping 4 independent of the other changes present in DEV? How can I achieve this in Git or GitHub while maintaining a clean and independent 4 branch for future PROD merges?
Any advice or best practices would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions