Closed
Description
Subject of the issue
fetch is lacking support for --prune-tags
and --force
. I'm currently getting an error when I fetch from a remote where a tag has been moved to a new revision. To sort this out, one has to git fetch --tags --force
Steps to reproduce
Try to call fetch with said options
Expected behaviour
They should work
Actual behaviour
They don't work (since there's no code to pass them to the git executable)
Metadata
Metadata
Assignees
Labels
No labels