Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sync tree using tag

Tags:

git

repository

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.

like image 857
mrutyunjay Avatar asked Apr 25 '26 02:04

mrutyunjay


1 Answers

You can use

   repo init -u <path to manifest repo> -m <manifest name> -b refs/tags/<tag_name>
like image 199
Mr.attitude Avatar answered Apr 26 '26 17:04

Mr.attitude



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!