[Numpy-discussion] Can we freeze the subversion repository and move to github this week?
Gael Varoquaux
gael.varoquaux@normalesup....
Wed Sep 15 06:48:55 CDT 2010
On Wed, Sep 15, 2010 at 10:08:21AM +0000, Pauli Virtanen wrote:
> Pushing to origin/master from feature should be possible:
> $ git checkout feature
> $ git fetch origin
> $ git merge origin/master # if needed
> $ git push origin feature:master
That's what I was missing! Thanks,
Gaël
More information about the NumPy-Discussion
mailing list