How to pull subrepo tag instead of branch?

29 views Asked by At

I have a repository 'util' repository that I cloned as a subrepo into 'client' repo. How can I pull a tag version instead of a branch, in the client repo?

I dont want to be pulling version branches, so I dont have a lot of unused branches in the subrepo.

0

There are 0 answers