Git branching model implementation -


i'm trying understand how can impelement branching model described here.

  1. am right infer on origin there 2 branches - master , develop, whereas additional branches releases, features , hotfixes created locally? or of these should created in origin?
  2. could please clarify phrase:

each developer pulls , pushes origin. besides centralized push-pull relationships, each developer may pull changes other peers form sub teams...technically, means nothing more alice has defined git remote, named bob, pointing bob’s repository, , vice versa

i'm particularly confused

alice has defined git remote, named bob, pointing bob’s repository

where did define it? on server or locally?

  1. all of them should created in origin, time colleague might want specific branch.

  2. if run git remote command shows remote repositories. it's origin there. may want define repository of other person remote repository. more details remote repositories here

the phrase

alice has defined git remote, named bob, pointing bob’s repository

means, if alice run git remote see 2 repositories: origin , bob. it's because has added bob repository remote repository. can share commits within specific repository.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -