HashLoad / boss

Dependency Manager for Delphi and Lazarus
https://t.me/hashload
MIT License
517 stars 95 forks source link

How do I change the branch name? #154

Closed Spelt closed 4 months ago

Spelt commented 8 months ago

Hi,

Thanks for this easy to use tool. I do have a question: how do I add a git module from a branch other then Master ?

It looks like that there is logic build in for this.

Thanks, Edward

viniciussanchez commented 8 months ago

As far as I remember we don't have that option yet. What you can do is install a specific version, as in the example below: boss install horse:1.0.0

Spelt commented 8 months ago

Thanks!

On Wed, 10 Jan 2024 at 12:43, Vinicius Sanchez @.***> wrote:

As far as I remember we don't have that option yet. What you can do is install a specific version, as in the example below: boss install horse:1.0.0

— Reply to this email directly, view it on GitHub https://github.com/HashLoad/boss/issues/154#issuecomment-1884691374, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAS3VKPS4WH36KAXIMY44TYNZ5FHAVCNFSM6AAAAABBNCSBYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBUGY4TCMZXGQ . You are receiving this because you authored the thread.Message ID: @.***>

sbeu commented 7 months ago

I think BOSS does not handle branches. It uses git TAGS to identify a specific version of a package. A release is a tag.