By default, git does not push tags when branch(es) pushed => this code does not synchronize tags: https://github.com/axel3rd/git-platforms-synchro/blob/8e07c16498922515ed37a1c8c50010ec921c1072/git_platforms_synchro.py#L120 So it is a bug, tags are not synchronized in one pass.
By default, git does not push tags when branch(es) pushed => this code does not synchronize tags:
git-platforms-synchro/git_platforms_synchro.py
Line 120 in 8e07c16
So it is a bug, tags are not synchronized in one pass.