Skip to content

Trying to understand remote repos #22985

Discussion options

You must be logged in to vote

To answer all your questions one by one:

@draxdomax wrote:

  1. Looking at their example of some ‘git remote’ output, I can see that there’s:
    URL/schacon/ticgit
    URL/paulboone/ticgit
    * What does that mean? That there are two different repos named samely (“ticgit”)?
    * Why would a team work like that?

The depicted set of repositories probably is displaying a fork-kind of nature here. So user “paulboone” might have forked off ticgit into his own repository to do a larger set of changes without having direct contribution rights to "schacon"s ticgit.

I’m not sure if teams would directly work like this, forking a core repository, but rather be used in the open source world and on GitHub moreso.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants