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 protected]: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 protected]: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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]