I have used Github for smalltalk projects back when I was still using Squeak. I just was filling out packages and manually copying the st files to my git repo that I then committed to my Github account. It was the manual process of copying and triggering the git commit that I wanted to avoid.�

The one thing I dont like about FSGit is that it creates multiple files per package. I would prefer a single file per package containing complete declarations of the classes for easier viewing and reviewing of code in Github. Is this possible or would I need to hack it ?�


On Sat, Nov 2, 2013 at 5:42 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:

On 02 Nov 2013, at 14:59, kilon alios <kilon.alios@gmail.com> wrote:

> So any information on how Pharo can be used with Github ?

Just to assure you that it works, the whole of Pharo, the image itself, is completely on GitHub:

https://github.com/pharo-project/pharo-core

including all releases properly tagged !

Many people, including myself (http://github.com/svenvc), have Pharo Smalltalk code on GitHub.

It is just so that currently for most people this is a mirror, not the primary repository. You�ll have to try and study the different approaches yourself to understand the finer points.

Sven