repo move

48 views
Skip to first unread message

Ryan Dahl

unread,
Feb 23, 2011, 7:55:22 PM2/23/11
to nodejs-dev maillist, nodejs
The repo has moved from

git://github.com/ry/node.git and https://github.com/ry/node.git

to

git://github.com/joyent/node.git and https://github.com/joyent/node.git


URLs linking to the Github pages will be redirected.

Marco Rogers

unread,
Feb 24, 2011, 12:42:33 PM2/24/11
to nodej...@googlegroups.com, nodejs

Don't need ".git" on the https urls


Also for beginners, if you have a local clone that is attached to the old url here's how to switch it to the new one.

# view remotes
$> git remote -v

# remove the old one
$> git remote rm origin

# add the new one
$> git remote add origin https://github.com/joyent/node

# check it
$> git remote -v
$> git pull origin master

Done.  If you actually have a fork and have ry's repo added as an "upstream", just replace origin with upstream or whatever you called it.

:Marco

Isaac Schlueter

unread,
Feb 24, 2011, 1:00:10 PM2/24/11
to nodejs
On Thu, Feb 24, 2011 at 09:42, Marco Rogers <marco....@gmail.com> wrote:
> Don't need ".git" on the https urls
> https://github.com/ry/node  -> https://github.com/joyent/node

Hey, they fixed that :) Neat!

It used to not work if you added the webpage URL as the remote URL.

--i

Wade Simmons

unread,
Feb 24, 2011, 2:12:20 PM2/24/11
to nodej...@googlegroups.com, nodejs
On Thu, Feb 24, 2011 at 10:42 AM, Marco Rogers <marco....@gmail.com> wrote:
> Also for beginners, if you have a local clone that is attached to the old
> url here's how to switch it to the new one.

Slightly easier way:

git remote set-url origin https://github.com/joyent/node

- Wade

Reply all
Reply to author
Forward
0 new messages