Hi Juraj,
I haven't created a Pharo6 configuration for GitFileTree, for now loading
should be done by Metacello.
Metacello new
baseline: 'FileTree';
repository: 'github://dalehenrich/filetree:pharo6.0_dev/repository';
load: 'Git'
2016-07-25 14:41 GMT+02:00 Juraj Kubelka <[email protected]>:
> Hi,
>
> can you point me to a latest (best) way to use GitHub for Pharo projects
> (Pharo 6)?
>
> Is the GitFileTree project the way to use it?
>
It's a way that works.
>
> How does ConfigurationOf change?
>
Just create a BaselineOf into your github repository and call that baseline
from your ConfigurationOf...
Creating multiple versions in a ConfigurationOf is calling the BaselineOf
with a github url containing a tag or a branch.
Regards,
Thierry
>
> Thanks!
> Juraj
>