On 2012-09-07, at 13:29, Alexandre Bergel <[email protected]> wrote: > Is using Git completely transparent so far? Or do I still need to manually > write a "git push", "git pull" from the terminal?
this is what is missing... we have the communication protocol for downloading more or less ready, but we have to properly implement the push. For the time being it works with an OSProcess call to `git push` but the goal is to have it completely transparent, otherwise I doubt anybody will seriously use it from within pharo... > Cheers, > Alexandre > > > On Sep 7, 2012, at 8:15 AM, Camillo Bruni <[email protected]> wrote: > >> who will help? >> >> max and I, stimulated by ESUG, worked on the latest version of FS-Git to >> make it stable again. >> we are very close to have a complete set of git tools written in pharo ready! >> >> missing >> ======= >> - a better mc integration >> - a cypress compatible fileout format >> - complete interaction with the git protocol >> - a direct way to commit stuff >> >> as always my time is somewhat limited as well and we're the only two >> developers working on it... >> >> The current work is available here: >> http://ss3.gemstone.com/ss/FSGit-Experimental.html >> https://github.com/dalehenrich/FSGit
