Happy !
ThierryGoubier / GitFileTreePharo40
Project infos
| License | MIT |
| Tags | git, monticello |
| Creation date | 2015-03-17 |
| Website | github.com/dalehenrich/filetree |
Monticello registration
About GitFileTreePharo40
GitFileTree: support for Git under Monticello/Pharo. Does: push, pull; clone, commit, commit history and search.
A copy, irregularly updated, of the pharo4.0 branch of filetree on github. To load, use
Gofer new
url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
configurationOf: 'GitFileTree';
loadStable
Or, directly:
Metacello new
baseline: 'GitFileTree';
repository: 'https://smalltalkhub.com/mc/ThierryGoubier/GitFileTreePharo40/main';
load
