Le 31 mars 2015 � 16:29, Peter Uhn�k a �crit :

Metacello new
  baseline: 'FileTree';
  repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository';
  load: 'Git' "
I thought that you needed to have GitFileTree loaded to have github:// and Git support. Is that false? Does that mean that github:// (bitbucket://) doesn't use git at all?

right. It downloads a zip file with all sources from github and then a simple filetree repository is available.

Christophe.