Hi Emilio,
You need something like this:
Metacello new
repository: 'github://pharo-spec/Spec:Pharo10';
baseline: 'Spec2';
onConflict: [ :e | e useIncoming ];
onUpgrade: [ :e | e useIncoming ];
ignoreImage;
load
ignoreImage, onConflict, onUpgrade.
BUT if your image already has a baseline for your
Hi List
I need some help with Metacello, and may be git too
I would like to be able to, in a running headless image, load the last
commit of a git repo
Something like
Metacello new baseline:'MyProject';
repository: 'github://myUser/MyProject:main/myProject';
load.
works just once and may open so