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 7495619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:14:14+00:00 2026-05-29T18:14:14+00:00

I am working on a web application with a medium sized team. We are

  • 0

I am working on a web application with a medium sized team. We are versioning/collectively coding this project using Git. Between my co-worker and myself, I think we are about to run into a difficult merge, and I’d like to see if there’s anything we can do better before we run into trouble.

We are primarily working in Git on the develop branch:

D-E-F-G

My co-worker created a branch to work on a big change:

     A
    /
D-E-F-G

Then I pulled that branch down, fixed some bugs in it, and am about to merge it back in. Meanwhile, my co-worker started a new branch for another feature:

     A-B-C-D
    /
D-E-F-G-H-I-J
      \
       A-B-C

Now, I need to create a new feature that uses styles from my co-worker’s new branch, but his new branch needs a lot more work before it can be merged back into develop, so I’m branching off of his branch to take advantage of his styles and have a consistant look when his stuff gets merged back in:

     A-B-C-D
    /
D-E-F-G-H-I-J
      \
       A-B-C..
           \
            A

But, we really also need some of the styles he developed in his other branch, so I’m thinking of rebasing develop into my branch as soon as we merge his other branch back into develop:

     branch 1: A-B-C-D
              /       \
 develop: D-E-F-G-H-I-J..
                 \      \
        branch 2: A-B-C..\
                       \  \
              branch 3: A-B..

This way, my branch that I need to work on will have the code I need from both of his branches, but will have been rebased from develop to hopefully reduce conflicts. What concerns me is that he may run into a lot of problems when he tries to merge branch 2 back into develop. Will there be a lot of conflicts for him? Is there something better we can do?

  • 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-29T18:14:15+00:00Added an answer on May 29, 2026 at 6:14 pm

    For this answer I will assume two things from your explanation:

    • develop is a ready-to-deploy branch which can receive bug-fixes commits and be deployable (or released) anytime (if you don’t do this, I strongly recommend you to do so :P).
    • You have only two developers developing features. So, you will not have significant features on develop branch.

    So, I would suggest that you create a branch called feature-integration that is rebased with develop on a daily basis (or when you have changes on the develop branch). Then, when your colleague does a significant part of his work, he can merge his code into feature-integration branch and you can use it on your development rebasing feature-integration onto your working branch. You (and your colleague as well) should also keep your working branch code rebased on a regular (I would suggest daily or at least weekly) basis with feature-integration to keep your code updated and solve some eventual conflicts during the development, so you shall not have a painful merge when you decide to merge it into develop.

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

Sidebar

Related Questions

I'm currently maintaining a small-medium sized java web application (using only plain JSPs/Servlets) that
I'm currently working on web application using VB in ASP.NET. Right now I have
I am working on a web application using Python (Django) and would like to
I'm working in a web application using VB.NET. There is also VisualBasic code mixed
I'm working on a web application using Spring 3.0 and hibernate 3 with SQL
I'm working on a web application related to genome searching. This application makes use
we are working on a web application which is developed using Struts 2 Framework.
I am working on building a web-application using Django. Since I'm new to working
I'm working on a web application right now using Rails and wanted to see
I'm working on a web application project in Visual Studio 2005 and as 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.