Archive for July 2011


GitHub Repo Relocation

July 13th, 2011 — 5:16am

Until now, the main GitHub repository for the Phergie project had been kept under a single user account at http://github.com/elazar/phergie. It has been transferred to an organization on GitHub. The new repo address is http://github.com/phergie/phergie.

There are a few reasons for this transfer:

  • A new core team will be given merge rights to streamline acceptance of contributions where it was previously limited by the availability of a single developer.
  • Eventually, plugins and other sub-projects can be split off into their own repositories within the same organization to be developed independently from the main project and to allow more fine-grained grants of merge rights.

Any pull requests and issues should be directed to the transferred repository. Any existing clones of the original repository will need to have their upstream remotes updated to point to the new location. This can be done using the following command:

git remote set-url upstream git://github.com/phergie/phergie.git

Any questions about this change can be directed to the #phergie IRC channel on Freenode or in a comment on this post.

3 comments » | Announcements

Back to top