git tag

1、repo forall -c "git tag -a hisense_910_develop_tag71_0909 -m 'Merge vendor 71 from MTK and add hisense changes'"


-a后是tag名,-m 后是comments

2、repo forall -c "git push gitserver --tags"
将tag推到服务器上,

原文地址:https://www.cnblogs.com/jary-wang/p/3470762.html