feat(git): show help on how to remove local changes

This commit is contained in:
Folke Lemaitre 2023-10-10 11:53:00 +02:00
parent 92869d0928
commit 58e5726592
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ M.status = {
for _, line in ipairs(lines) do
self.error = self.error .. " * " .. line .. "\n"
end
self.error = self.error .. "Please remove them to update."
self.error = self.error .. "Please remove them to update.\n"
self.error = self.error .. "You can also press `x` to remove the plugin and then `I` to install it again."
end
end
end,