On 02 Nov 2013, at 20:39, Gabriel Cotelli <g.cote...@gmail.com> wrote:
> Phil, > when you use filetree and change only some methods in the package and later > save it, filetree only re-generates the files for the changes or for the > whole package?. > > I want to use GitHub for a small project, but if filetree generates all the > files on every save (and not only the changes) it won't be useful for me. > > Thanks > Gabriel It saves them all, but git sees that only a couple have changed, so there is no problem: you’ll get the correct change set to add and commit. Anyway, that is how I think it works. > On Sat, Nov 2, 2013 at 10:45 AM, p...@highoctane.be <p...@highoctane.be> > wrote: > Load the filetree configuration from the configuration browser (Pharo 2.0 > here) and you'll be good to go. > > Some more here: https://github.com/dalehenrich/filetree > > It works with any git repo. With the filtetree:// repository, it will put the > files in your local workspace. Then you can use whatever git client to commit > and push stuff out. I do use SourceTree from Atlassian successfully on both > OSX and Windows8. > > Sample (simple) repo: https://github.com/philippeback/filetreedemo in case > you want to see what you'll get out of this. > > This is all nice and well but frankly, basic Mczs aren't that bad after all > :-) > > Phil >