添加标签

git tag big_cat 9265f80

添加备注标签

git tag big_cat 9265f80 -a -m "This is Big cat!"

查看标签

git show big_cat

删除标签

git tag -d big_cat