-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow pull with --force #1279
Comments
It's not clear why they fail to update. Can you be more specific? You're not specifying the |
My global git configuration automatically pulls and prunes tags, which is the configuration that makes sense for the repos that I'm working with. I found an installation that I haven't manually force pulled catpuccin. This is the error I'm getting:
When I go to |
Can you show me the config? |
The two parts in the config are:
|
Thanks for the clarification. I think this is a very rare case; an unorthodox use of tags (they should be maintaining vim-plug has been extremely stable and is not expected to change much in the near future, so I suggest that you add |
As there are plugins that clobber the
latest
orstable
or similar tags, they fail at update (for examplecatppuccin/nvim
). The solution is for me to go to~/.local/share/nvim/plugged/
, find the offending plugin, and do agit pull --force
. I was wondering if there is the option to do it from :PlugUpdate, and if not I would like to make a feature request for this.The text was updated successfully, but these errors were encountered: