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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:23:40+00:00 2026-05-11T17:23:40+00:00

I have a project which contains different components that everyone works on. We have

  • 0

I have a project which contains different components that everyone works on. We have a server-side component, and N amount of client components that interact with the server. I myself am responsible for one of the client components.

I’m at a point where I’d like to branch off to develop new features for the client. The problem here is that while I’m updating the client, I’d like to do the following:

a) Make sure all server-side updates that are being made by colleagues make their way to my experimental branch.
b) Push my experimental branch to a shared repo so folks can see the work I’ve been doing.
c) Merge back into master branch when features are done.

What’s the best strategy for this particular workflow when working with a shared repo?

Thanks for your solution(s).

  • 1 1 Answer
  • 1 View
  • 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-11T17:23:40+00:00Added an answer on May 11, 2026 at 5:23 pm

    The standard workflow works like that:

    1. git clone to create your local repository.
    2. create a tracking branch of origin/master.
    3. create your branch off of your local tracking branch.

    Now to fulfill:

    1. condition a) you can pull from the origin repository. This will make a changes to your
      local tracking branch. If it is ok. Do git merge or git rebase to import the changes
      of other people to your branch.
    2. condition b) use git push to send your branch on the shared repository.
    3. condition c) when you are done with your branch merge it to the master branch
      and push it to the shared repository.

    This is the simplest way of doing things.

    You may also use private/public repository for everyone. Look at some workflow proposal for Git. In this case, you get rid of the pushing and only use pull/merge.

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

Sidebar

Related Questions

I have another project which contains static content (css, images, JS, etc.), and I
I have a class library project which contains some content files configured with the
Is it possible to have multiple components that have their separate localizations in an
I have a flash project with three non overlapping panels (visual spaces) each of
I have an infrastructure library which must be used from both WinForms and ASP.Net.
I am currently automating the build of our .NET solution (which contains many projects,
I have a situation that involves Companies, Projects, and Employees who write Reports on
I recently dove headfirst into a project that uses nHibernate heavily. I've gotten a
I am working on a large scale project where a custom (pretty good and
Greetings folks! I'm running into a problem with WPF databinding that I hope you

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.