Git push all tags Sometimes it's necessary to push all (local) tags to your remote repository. To do that you can use the following command: git push --follow-tags Source