pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Enhance Iceberg with tag checkout from "origin" #14383

Open astares opened 1 year ago

astares commented 1 year ago

When one adds manually a GitHub Repo in Iceberg:

one can then select all branches from "origin" but not a tag.

image

So for instance it is not possible to checkout a release tag this way.

astares commented 1 year ago

Would be nice if the branches and tags of the "origin" could be shown.

There is a workaround: one can checkout the "master" or "main" branch first and then open the Repository browser. There also all tags listed and one can check it out from there.

image