version control - How to copy several Monticello commits from local repository to Smalltalkhub.com automatically? -


i commit several versions of monticello packages local repository on disk during day.

at later time want sync local repository smalltalkhub.com repository.

at moment copy local commits manually 1 one smalltalkhub repository using monticello browser.

how can automate task?

you can use gofer automate monticello tasks.

 gofer new    package: 'myproject-core';    package: 'myproject-tests';    url: 'http://smalltalkhub.com/mc/user/myproject/main/' username: 'user' password: '***';    push. 

Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -