Re: Pointing to new Wonder Repository URL
Re: Pointing to new Wonder Repository URL
- Subject: Re: Pointing to new Wonder Repository URL
- From: Pascal Robert <email@hidden>
- Date: Mon, 20 May 2013 21:30:19 -0400
Le 2013-05-20 à 14:05, Kieran Kelleher <email@hidden> a écrit :
> 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
Use "origin" instead of "upstream" if you are working directly on the main repository.
_______________________________________________
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