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?
You can use Gofer to automate your Monticello tasks.
Gofer new
package: 'MyProject-Core';
package: 'MyProject-Tests';
url: 'http://smalltalkhub.com/mc/USER/MyProject/main/' username: 'USER' password: '***';
push.