Repository moved

Stéfan van der Walt stefan at sun.ac.za
Thu Jul 7 20:07:22 EDT 2011


On Thu, Jul 7, 2011 at 4:15 PM, Tony Yu <tsyu80 at gmail.com> wrote:
> That's great. In honor of the new repo. I added my previous pull request
> (for fixing TV denoise) to the new repo.

Thanks!  Does the stricted test now catch the bug introduced by the
invalid order of parameters?  If not, we should add a new test for
that.

> As a side note: I don't know if there's a "correct" way to change where your
> repo is forked from. I ended deleting my scikits-image repo on github and
> forking a new one from scikits-image (instead of stefanv). I was able to
> push my local branches to the new fork without any issues.

It should be fine to simply redefine the origin:

git remote rm origin
git remote add origin git at github.com:scikits-image/scikits.image.git

Cheers
Stéfan



More information about the scikit-image mailing list