Closed ThierryGoubier closed 9 years ago
Done.
Now offered for limited production use in Pharo3:
Gofer new
url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main/';
configurationOf: 'GitFileTree';
loadDevelopment.
Waiting to see if it works or break for more than me (i.e. github + pharo3 under linux). Maybe I'll try a backport to Pharo2.0.
Ok, a few more things for the Monticello GUI: now the repository inspector enables the Push button if the git repository requires a push. A good way to remember that there are commits to be pushed.
This issue is to add code so that a gitfiletree repository can be set up by directly cloning from a remote repo.
With that support, a configuration could be written so that:
The objective is to be able to host a Smalltalk project on git and be able to load it for development with a single configuration.