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
