Thierry,

It seems to work fine so far. However I would like to commit and push (propagate changes from my local git cloned repository to the remote one) from Pharo. Is that possible right now from Monticello or an (Smalltalk) expression? Would you us how? :)

I want to avoid to switch to SourceTree as in the following video (at 5:41)

https://www.youtube.com/watch?feature=player_detailpage&v=n2WNYDtO0cE#t=344

Hern��n


2015-02-27 3:45 GMT-03:00 Thierry Goubier <thierry.goubier@gmail.com>:
Hi Hern��n,

I didn't put ProcessWrapper as a dependency yet, you'll have to load it first.

Gofer new
�� �� �� �� �� url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
�� �� �� �� �� configurationOf: 'ProcessWrapper';
�� �� �� �� �� loadStable

Thierry

Le 27/02/2015 02:58, Hern��n Morales Durand a ��crit :

Hi Thierry,

I have tried in Pharo 3:

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

But it didn't load the ProcessWrapper. Can you tell me how should I install?

Cheers,

Hern��n