Pointing to new Wonder Repository URL
Pointing to new Wonder Repository URL
- Subject: Pointing to new Wonder Repository URL
- From: Kieran Kelleher <email@hidden>
- Date: Mon, 20 May 2013 14:05:14 -0400
In an effort to consolidate all WO Community Projects, Project Wonder repository has been transferred to the WOCommunity GitHub account. It now resides at https://github.com/wocommunity/wonder
The new git remote URL for read-only is:
git://github.com/wocommunity/wonder.git
The new git remote URL for committers is:
email@hidden:wocommunity/wonder.git
To point your local clone to the new upstream repository, do the following:
git remote set-url remote_name new_url
----------------------------------------------------------------------------------
Need more help?
1) Find your current remote_name:
$ git remote -v
.... and identify the remote_name having the old "projectwonder/wonder.git" github repository name in its URL. This example uses "upstream" as the remote name for the old url:
upstream git://github.com/projectwonder/wonder.git (fetch)
upstream git://github.com/projectwonder/wonder.git (push)
2) For the example where "upstream" was the remote name you used, just change it with:
Read-only URL:
$ git remote set-url upstream git://github.com/wocommunity/wonder.git
Committer:
$ git remote set-url upstream email@hidden:wocommunity/wonder.git
Apparently the old URLs will continue to redirect, but it is advised that you update as soon as possible to the correct one.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden