Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 226 Bytes

File metadata and controls

11 lines (7 loc) · 226 Bytes

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