If you load a baseline like this:
Metacello new
baseline: 'AllocationProfiler';
repository: 'github://jordanmontt/object-creation-pharo-experiment';
load.
You will have an exception saying that brach master does not exist. Which is correct, since some years ago GitHub now uses main as default branch and not master. Iceberg should support both options
If you load a baseline like this:
You will have an exception saying that brach master does not exist. Which is correct, since some years ago GitHub now uses
mainas default branch and not master. Iceberg should support both options