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
Post a Comment