Products
GG网络技术分享 2025-11-13 11:25 1
根据您给的文档内容,
bash
git tag
bash
git tag -a -m "标签信息"
bash
git tag
bash
git show
bash
git tag -d
bash
git push origin :refs/tags/
bash
git push origin
bash
git push --tags
bash
git checkout
这会将当前分支的HEAD指针移至对应的提交,并创建一个名为refs/heads/的临时分支。
Demand feedback