You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can load the whole code in Pharo 8.0 using the following snippet:
EpMonitor current disable.
Metacello new
baseline: 'GToolkitReleaser';
repository: 'github://feenkcom/gtoolkit-releaser/src';
load.
EpMonitor current enable.