Hi
Should I download the latest Pharo 7 image?
�� �� Yes
Should I fork again the Pharo-project?
Should I clone again the Pharo-project?
Stef
Hi,
You should get a new Pharo 7 image and sync your fork.��
Locally:
git checkout development
git pull [PHARO_REMOTE] development
git push [FORK_REMOTE] development
Then you are ready to go.��
--