[Vm-dev] [squeak-dev] Squeak5.3 linux ARMv6 segfaults on startup

Jakob Reschke forums.jakob at resfarm.de
Mon Mar 16 19:26:29 UTC 2020


tim Rowledge <tim at rowledge.org> schrieb am Mo., 16. März 2020, 18:47:

>
> I can manage a `git clone URL` and that's about it. How can I get a
> particular historical version, for example?
>

After the clone, you can do (in the cloned directory)

    git checkout <commit-id/sha-1>

And your directory will contain the tree as it was at that version.

(If you want to use this clone for further work, you must go back to a
branch before you create new commits: git checkout <branchname>)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200316/c7bb1c15/attachment.html>


More information about the Vm-dev mailing list