Cloning a git repo with FileSystem-Git

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Cloning a git repo with FileSystem-Git

laurent laffont
Hi,

I want to be able to clone Amber github repo from Pharo for AmberOneClick (http://www.smalltalkhub.com/#!/~LaurentLaffont/AmberOneClick)

This:

ConfigurationOfFileSystemGit loadBleedingEdge.

git := GitAbstractProtocol  url: 'https://github.com/amber-smalltalk/amber.git'.
git want: git head.

seems to get data from the git repo, but I do not understand how to create the directory / local repo on my hard drive. Any hint ?

Regards,

Laurent

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.