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
Right now git fetch is executed with --no-tags by default and there is no option available to change this. It would be particularly useful (especially for tag based versioning) to support a tags: true property on this action which removes the --no-tags flag from the fetch operation.