When I execute a fetch I am getting this error. It [looks](https://stackoverflow.com/questions/58031165/how-to-get-rid-of-would-clobber-existing-tag) like the fetch command should include a `--force` argument when fetching the tags  ```bash git fetch --tags --force ``` Maybe we can add a new checkbox to include the arg on the command  For example modify the current menu with these checkboxes: - (By default) Fetch all remotes (without tags) - Include Tags - Force Tags update