I want to sync remote tree to my local machine using particular tag.What is the best ways to sync tree using tag other that git checkout.Because if i use git checkout I need to sync latest top of tree for every repo and then checkout to that particular tag.
You can use
repo init -u <path to manifest repo> -m <manifest name> -b refs/tags/<tag_name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With