Categories
IT

If you use git flow and forget to push tags

just run

git config --global push.followTags true

to make git automatically push tags that are visible on origin.

Yay for the small wins!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.