You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 togit 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)
The text was updated successfully, but these errors were encountered: