Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 265 Bytes

push-commit-with-tags.md

File metadata and controls

11 lines (7 loc) · 265 Bytes

Push commit with tags

Tags can be pushed with commits in one command:

$ git push --follow-tags

This will only push tags referenced by commits in the git push.

source