[Numpy-discussion] Can we freeze the subversion repository and move to github this week?

Gael Varoquaux gael.varoquaux at normalesup.org
Wed Sep 15 11:12:20 EDT 2010


On Wed, Sep 15, 2010 at 03:07:52PM +0000, Pauli Virtanen wrote:
> and pick a state that seems good, usually somebranch@{1} if you didn't do 
> new commits etc. on the branch yet:

>     $ git checkout somebranch@{1}
>     ... check now that this is the state you'd like somebranch to have...
>     $ git branch -f somebranch somebranch@{1}

OK, the above was what I was missing. Thanks a lot, it's very useful.

> Note that 

>     $ git reflog

> does *NOT* show the reflog of the current branch -- it shows the reflog 
> of HEAD, which can in some cases be confusing. The point is that HEAD is 
> a meta-branch that corresponds to the current checkout, and so changes 
> every time you use "git checkout".

Thank you, I hadn't realized!

Gaël



More information about the NumPy-Discussion mailing list