�� - a discussion about moving a smalltalkhub repository to git while
�� �� preserving historyhttp://forum.world.st/moving-to-git-and-preserving-monticello-history-td4806386.html
I've migrated some time agosome (if not all) of the issues were resolved iirc, however since I didn't need to migrate since then I don't know the current status.�� - a discussion about which process to follow in which conditions
�� �� (should I use GitFileTree or FileTree?)Please note that GitFileTree didn't reliably work under Windows (problems with ProcessWrapper or something; crashing a lot), don't know the current status.
However from practical standpoint:* with GitFileTree each MC commit inside Pharo creates a Git commit, so if you change X packages within a single repo, you get also X git commits* with FileTree you could pack them together more tightly but you need to commit to git explicity.