My Git Cheatsheet Commands that I use from time to time, but not that frequent. Push a specific tag to remote git push origin tag_name Alternatively, when there's branch with the same name: git push origin refs/tags/tag_name