Le 16/10/2015 06:40, Robert Withers a écrit :
I am interested in keeping my code on github. Is there a way to connect,
browse, load github-based Pharo code?

Yes, there is:

- filetree + git by hand (included in the image)
- gitfiletree (filetree + calls git for you) (ConfigurationOfGitFileTree) (Windows support is getting better)
- github:// urls (for distribution of your code) (included in the image)

If you're a lot into branching, you'll have to take a look at the gitfiletree merge driver (on github).

Thierry

What are all the options for storing code onthe net and interacting with
it in Pharo?

All solutions above also work with bitbucket.

GitFileTree will work with anything which has a git interface.

Regards,

Thierry

Many thanks,
R




Reply via email to