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!