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
评论