[Vm-dev] Should I push or request a pull?

Phil (list) pbpublist at gmail.com
Sun Jun 19 05:16:16 UTC 2016


On Sat, 2016-06-18 at 17:01 -0700, Eliot Miranda wrote:
>  
> Hi All,
> 
>     fixing callbacks on x64 and so too lazy/focussed elsewhere to
> check whether I should be pushing after each commit.  What is the
> right process for uploading changes to OpenSmalltalk/vm?
> _,,,^..^,,,_
> best, Eliot

Push when you want the world to see your changes.  You don't need to be
1:1 on commits to pushes (i.e. you can batch up multiple commits and
then push them all at once if that's your preference, the public repo
will still record each separate commit)  It's also handy if you're
going to be disconnected for a while so you can commit locally as often
as needed and then push them when you get back online.


More information about the Vm-dev mailing list