# Git Push ## Normal Push `git push` ## Push To Gerrit `git push origin HEAD:refs/for/$BRANCH_NAME` ## Push Tag push **指定的** tag `git push origin $TAG_NAME` push **本地端全部的** tag `git push --tags` ###### tags: `git` `gerrit`