feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

The basename of a Gitlab project created by the Git tool, has superfluous prefix 'git@gitlab.com/<project>' whereas Github does not #3838

Open macta opened 2 weeks ago

macta commented 2 weeks ago

When you create (aka clone) a GitLab project with the GitTool (paste in a gitlab ssh url) the resulting project has a 'git@gitlab.com/' prefix - which doesn't occur for the same steps when pasting an ssh Github tool. This is GT 877.

image

in this picture compare the contents of the iceberg directory - for a gitlab vs github project both created (aka cloned) via the git tool.

Native pharo doesn't do this so this seems something GT specific.