mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

How to clone project with a specific tag ? #312

Open MouflinGuillaume opened 1 year ago

MouflinGuillaume commented 1 year ago

Hi,

I would like to know how clone my project with specific tag in my url like this : { "projects": { "project": "git@my-url/project.git?tag=v1.0" } }

It's possible ? There is a way to do this ?

Thanks

mateodelnorte commented 1 year ago

You don't. You would just check out that tag locally, to work off it.