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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:57:26+00:00 2026-05-26T11:57:26+00:00

I am developing a system where I’m following the trails of another project, adding

  • 0

I am developing a system where I’m following the trails of another project, adding my own stuff but not directly to the original project. I setup my repository with three remote branches:

  1. Master – Where my development takes place.
  2. Vendor – Where I sync with the original project periodically.
  3. Integration – Where I want to merge (Master) and (Vendor) together.

My workflow idea is for the synchronization to take place automatically (since it’s basically a fast-forward of sorts), and the integration to be half-manual (since it requires merges and fixes). I’ve got the first part (the sync) covered, but I can’t figure out what command/s to actually issue to integrate Master and Vendor into integration.

This is the output of git branch -a:

* integration
  master
  vendor
  remotes/origin/HEAD -> origin/master
  remotes/origin/integration
  remotes/origin/master
  remotes/origin/vendor

How do I go forward from this point to:

  1. Synchronize this workspace with the remote repository?
  2. Merge vendor & master into integration?
  3. Push integration back to the remote repository?

And obviously, if I have something wrong in the workflow I’d love to hear it.

  • 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-26T11:57:26+00:00Added an answer on May 26, 2026 at 11:57 am

    While the integration branch is not strictly necessary (you could integrate directly vendor into master, by rebasing master on top of vendor), it can be useful.

    Integrating a branch A in a branch B can be done by:

    • merging A in B (but that means any current development you have in B is “on hold” pending the resolutions of any merge conflict, and the re-runs of all the tests)
    • rebasing B on top of A (git rebase A), but that would change B‘s history.

    I would rebase integration on top of Vendor, solving any conflict there, and then merge integration in master, keeping master history linear.

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

Sidebar

Related Questions

I am developing a system using MySQL queries written by another programmer, and am
I am developing a system as an aid to musicians performing transcription. The aim
I'm currently developing a system to transmit data between client and server, and was
I am developing a system which include a server app & a client app,
I'm developing a system in Ruby that is going to make use of RabbitMQ
My team is in the process of developing a system where we're using Unity
Are there any good open source frameworks for developing computer system emulators? I am
When developing on a system with dual monitors, I like to make the most
I'm developing an embedded system which currently boots linux with console output on serial
I'm developing an operating system and rather than programming the kernel, I'm designing the

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.