📅  最后修改于: 2022-03-11 14:50:47.249000             🧑  作者: Mango
git remote update ## sync with remote repo
git tag ##list current tags
git tag ##create local tag
git push origin --tags ##push local tags to remote
git push origin master #push local changes to remote