Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread Andreas Sunardi
I definitely will check Komitter and I can use and fallback to Ben's method. Thank you to all of you. On Mon, Jun 5, 2017 at 12:58 AM, Peter Uhnak wrote: > Komitter could indeed help you, see https://www.peteruhnak.com/ > blog/2016/08/12/fine-grained-committing-and-extending-nautilus/ > > Peter

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread Peter Uhnak
Komitter could indeed help you, see https://www.peteruhnak.com/blog/2016/08/12/fine-grained-committing-and-extending-nautilus/ Peter On Mon, Jun 05, 2017 at 08:27:23AM +0200, serge.stinckw...@gmail.com wrote: > Kommiter available in default image allows you do cherry pick quite easily. > > Envo

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread serge . stinckwich
Kommiter available in default image allows you do cherry pick quite easily. Envoyé de mon iPhone > Le 5 juin 2017 à 07:14, Ben Coman a écrit : > > > >> On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: >> I have a half done changes in my image, but I need to distribute the other >> ch

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread Ben Coman
On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: > I have a half done changes in my image, but I need to distribute the other > changes that are done. I thought I was going to do this all at once, but > now I realize I should split this into 2 commit versions. > > Is there a way in Montice

[Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread Andreas Sunardi
I have a half done changes in my image, but I need to distribute the other changes that are done. I thought I was going to do this all at once, but now I realize I should split this into 2 commit versions. Is there a way in Monticello to say save my changes, but not this and that changes? I can't