I commit several versions of Monticello packages to a local repository on my disk during the day.
At a later time I want to sync the local repository with a Smalltalkhub.com repository.
At the moment I copy the local commits manually one by one to the Smalltalkhub repository using the Monticello browser.
How can i automate this task?
In the Gofer chapter of the "deep into pharo" new free book (pharo by example two - http://rmod.lille.inria.fr/pbe2/.) I presented Gofer in details. In particular I present some ways to migrate between repositories
The default for Gofer is fetch and pull, based on that you can easily build sync.
For example if you use Smalltalk hub
You can also obtain some information as follows
Now you can also migrate
Then once you get the files in your local directory you can push to another repository.
You can use Gofer to automate your Monticello tasks.