Le 28/02/2015 00:49, Hernán Morales Durand a écrit :
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? :)

Do you mean this: making changes outside Pharo in the git, and doing a commit (and a push) ?

I've integrated commit and push inside Monticello: commit is done automatically when you save, push can be done when opening the repository and pressing push...

But I haven't done a GUI over Git. It could be done, but would not be that easy (and some of the existing Guis for Git, such as gitg, have serious performance issues).

Thierry

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.goub...@gmail.com
<mailto:thierry.goub...@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
    <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
        <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








Reply via email to