基本功
框架
服务
Appearance
Git 也可以对某一时间点上的版本打上标签 ,用于发布软件版本如 v1.0
git tag v1.0
git tag
git push --tags
git tag -d v1.0.1
git push origin :v1.0.1