Happy !

ThierryGoubier / GitFileTreePharo40dev

Project infos

License MIT
Tags git, monticello
Creation date 2015-03-17
Website github.com/dalehenrich/filetree

Monticello registration

About GitFileTreePharo40dev

GitFileTree: support for Git under Monticello/Pharo. Does: push, pull; clone, commit, commit history and search.

A copy, irregularly updated, of the pharo4.0dev branch of filetree on github. To load, use

Gofer new
    url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
    configurationOf: 'GitFileTree';
    loadDevelopment

Or, directly:

Metacello new
    baseline: 'GitFileTree';
    repository: 'https://smalltalkhub.com/mc/ThierryGoubier/GitFileTreePharo40dev/main';
    load