April 17, 2016
2:31 p.m.
Is there a convenient way to control where the clone will be made in the local filesystem? Meaning: using something else than the implicit value for $WHERE: git clone $GITHUB_CLONE_URL $WHERE On 15 April 2016 at 19:08, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Le 15/04/2016 18:49, Damien Pollet a écrit :
On 15 April 2016 at 17:39, Thierry Goubier <thierry.goubier@gmail.com <mailto:thierry.goubier@gmail.com>> wrote:
And then you can load your project with:
Metacello new baseline: 'YourTribes'; repository: 'gitfiletree:// github.com/HappyPharoHackers/YourTribes'; load: #(tests)
So this does the clone directly from github? YAY :D
Yes :)
Thierry