Hi,
My name is Sebastian and I'm new to Pharo and Smalltalk in general. I'm
trying to load a baseline from a git server using Smart HTTP protocol.
I'm using a self hosted git server with gitolite.
I can clone the repository by http using:
git clone
http://user:password@host/repo-name.
I've readed
(
https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md)
and I can't found info on how to use a git server other than gitlab and
github.
Is it possible to do this?
(I don't need it now but I wonder if it is possible to use ssh git
transport too.)
Regards,
Sebastian