In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Git label operation is what, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.
Premise: the master branch is our official branch. We usually type some tag on the master branch after each launch, which is the real version number, also known as milestone.
1. Label locally the master branch git checkout master that is switched locally. If the current final submission is an upgrade, you should type a version, such as v2.0git tag v2.0. If you forget to type it last time, the last version number is v1.9, and the last submission record id is 23432. It can be so that git tag v1.9 23432 can specify description information when tagging: git tag-a v2.0-m "tag description" git tag-a v1.9-m "tag description" 234322, push local tag to remote push a local tag to remote git push origin v2.0 push all unpushed tags git push origin-- tags3, Delete tags Delete Local tags git tag-d v2.0 Delete remote tags git push origin: does refs/tags/v2.0 help you after reading the above? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.