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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:36:46+00:00 2026-06-05T05:36:46+00:00

I am trying to implement Git in my company. I decided to implement this

  • 0

I am trying to implement Git in my company. I decided to implement this model http://nvie.com/posts/a-successful-git-branching-model/

There are three branches in main repo, ie master,develop and feature1. There are two developer named Alice and Bob. Both developers are working on the clone of main repo. Both of them working in feature1 branch. Alice has defined a Git remote, named bob, pointing to Bob’s repository, and vice versa.

How can i make get Bobs changes on feature branch to Alice and vice versa?

  • 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-06-05T05:36:48+00:00Added an answer on June 5, 2026 at 5:36 am

    The “A successful Git branching model » nvie.com” comes with a set of tools called “git-flow” on top of your default git installation.

    This utility provide some interesting commands to deal with features. Thus Bob or Alice or anyone else can create a new feature and publish it to the main repository:

    git flow feature start <name>
    git flow feature publish <name>
    

    Then Bob and Alice have to track and pull the newly created feature:

    git flow feature track <name>
    git flow feature pull <remote> [<name>]
    

    And then Bob and Alice can use everyday git basics to pull (resp. push) changes from (resp. to) the main repository.

    Once the feature is finished you have to tell it to git-flow and delete the feature branch from the main repository:

    git flow feature finish <name>
    git push origin :<name>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to implement this gallery on my website. http://coffeescripter.com/code/ad-gallery/ It is noted in the
I am trying to implement the setup outlined here http://toroid.org/ams/git-website-howto but with one difference.
I have this weird kind of error. I am trying implement basic Euclidean algorithm
I am trying to implement a 'git-flow' kind of workflow using Gerrit but I
For two weeks now I've been trying to implement Git at our office. Rather
Trying to implement Piwik using REST API over http but need a little help.
I am trying to implement Git in my office. As it is not possible
I'm trying implement a way to recursively template using jsRender. The issue is, my
Trying to implement a rating system of users and postings. What is the best
Trying to implement a UITableView of names similar to the built-in Contacts iPhone app

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.