Bill
Bill

Reputation: 3209

Mirroring git repositories. (branches, pull requests)

Assume I belong to two GitHub organizations. Org1 and Org2. Assume the same company owns Org1 and Org2.

I am actively pushing code and making pull requests to Org2/project.git.

Is it possible to mirror Org2/project.git to Org1/project.git so that all the branches and pull requests gets mirrored automatically when activities happens on Org2/project.git?

The reason is because we have Travis CI billing to Org1 and can't connect Org2 with it without paying for another subscription.

I have searched over stackoverflow and have seen some answers, however I would like this mirroring to happen live. Sorta like replication.

Upvotes: 0

Views: 108

Answers (1)

Dave
Dave

Reputation: 3623

As tweeted by Paul Betts, a GitHubber:

Support@ is good for Anything you want to tell GitHub - bugs, features, high 5s; everything but security which go to security@

You should contact [email protected] and see if they will set up such a mirror for you.

Upvotes: 2

Related Questions