On Thu, May 30, 2013 at 7:18 PM, Alex Chaffee <
al...@stinky.com> wrote:
> I'm getting ready to transfer Erector from Pivotal's Github account to a
> dedicated one,
https://github.com/erector
>
> If you think you should be an owner, let me know.
>
Okay, I did the transfer. Git access to the old remote location should
work (for a while at least) but to update your remote do this:
git remote set-url origin g...@github.com:erector/erector.git
...that's assuming "origin" is your local name for the master repo;
you might be using "upstream" if you have your own fork, in which
case:
git remote set-url upstream g...@github.com:erector/erector.git
or
git remote add upstream g...@github.com:erector/erector.git