[ANN] Git Thermite integration with Iceberg

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Git Thermite integration with Iceberg

Ronie Salgado
Hello,

Some time ago I presented Git Thermite in this mailing. Git Thermite is a tool for visualizing Git commits that I am making for my master thesis. Now I have managed to integrate Git Thermite with Iceberg.


Pharo 7 installation doIt:

Metacello new
   baseline: 'Thermite';
   repository: 'github://ronsaldo/pharo-git-thermite/src';
   load
Please, I would love to get some usage feedback through the Google form :-)

Best regards,
Ronie
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] Git Thermite integration with Iceberg

Pharo Smalltalk Developers mailing list
It would be really great to have feedback. 
Please, providing feedback is key to enable innovation in this community!

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Dec 12, 2018, at 12:21 PM, Ronie Salgado <[hidden email]> wrote:

Hello,

Some time ago I presented Git Thermite in this mailing. Git Thermite is a tool for visualizing Git commits that I am making for my master thesis. Now I have managed to integrate Git Thermite with Iceberg.


Pharo 7 installation doIt:

Metacello new
   baseline: 'Thermite';
   repository: '<a href="github://ronsaldo/pharo-git-thermite/src" class="">github://ronsaldo/pharo-git-thermite/src';
   load
Please, I would love to get some usage feedback through the Google form :-)

Best regards,
Ronie