[zeromq-dev] 0MQ version 2.0.8 (stable) released
Jon Dyte
jon at totient.co.uk
Wed Aug 25 22:18:12 CEST 2010
Chuck Remes wrote:
> On Aug 25, 2010, at 2:54 PM, Jon Dyte wrote:
>
>
>> Chuck Remes wrote:
>>
>>> The last commit for 2.0.8 was 1e089f7163c8c59b60b3.
>>>
>>> Try:
>>>
>>> git reset 1e089f7163c8c59b60b3
>>>
>>>
>>>
>> thats after doing a git pull right?
>>
>
> Correct. Do a 'git pull' to update your local repository and then run the 'git reset' to rewind it to the appropriate commit checkpoint.
>
>
Thanks this works.
The only gotcha is that is get some untracked files left on master,
which you must remove if you want to sync up to the bleeding edge again.
ie
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/connect_session.cpp
# src/connect_session.hpp
# src/i_terminate_events.hpp
# src/named_session.cpp
# src/named_session.hpp
# src/own.cpp
# src/own.hpp
# src/semaphore.hpp
# src/transient_session.cpp
# src/transient_session.hpp
More information about the zeromq-dev
mailing list