Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1113317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:50:22+00:00 2026-05-17T02:50:22+00:00

I am trying to figure out the right workflow for this situation: On the

  • 0

I am trying to figure out the right workflow for this situation:

On the shared repo, we have these branches:

-master
-feature

The feature branch is a shared branch, since many developers are working on a new feature together. They are actively pushing their changes to the feature branch.

I’m trying to avoid ‘conflict hell’ for the day that feature finally gets merged back into master. Currently, I see some options:

1) Actively merge master into feature, and do it often. However, this is not recommended in the git docs, and I’m starting to see why. When I try this, I seem to fix the same conflicts over and over again.

2) Use rebase in some way. I’ve read up on this, but it looks like it wont work since the feature branch is actually shared. All it takes is one developer to do 2 rebases, and other developers could have conflicts from mismatched history.

3) Turn the feature branch into an integration branch, and have the developers use their own independent feature branches with rebasing to keep things sane.

4) Something completely different?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:50:23+00:00Added an answer on May 17, 2026 at 2:50 am

    For a shared branch, I would go with #3, and use it as an “integration” branch to consolidate their work.
    The developers would have to use rebase to constantly replay their private branch on top of feature before merging back their work to feature, that way they are:

    • solving any merge conflict locally (in their own repo)
    • making the final merge (from their private branch to feature) a trivial one (normally fast-forward)

    (as described in “git rebase vs. merge“ answer)

    The idea is that, once feature branch has to be merged in master, no more contribution is accepted on feature (the branch is “frozen”), and you can safely rebase it on top of master first, or merge it directly to master.
    And then you start a new feature branch (which can actually start in parallel of the previous feature branch if needed)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

trying to figure out why this is happening - I have an input text
I'm breaking my head trying to figure out how to do this right, I
Trying to figure out the best way to accomplish this. I have inhereted a
I'm trying to figure out how this is done the right way . I've
I'm trying to figure out the right way to do this.. Where by right
I am trying to figure out which browser is not implementing this right: I
I'm trying to figure out the best way to do this. Right now I'm
Trying to figure out how to do this. I have the style but I'd
Trying to figure out why my silverlight app suddenly just displays nothing (right click
I'm trying to figure out, how to disable the padding-right on only one of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.