Skip to content

git: Use -f when fetching tags

This is to avoid error about tags the clobber existing tags. In cerbero we want to stick with the upstream git, so if upstream did a force push of a tag we want our tags to be updated.

Fixes #266 (closed)

Merge request reports