mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #342] Problem updating webvirtmgr #258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DEK4 on GitHub (Jun 18, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/342
Hi!
I try to update my webvirt but I receive this error:
From git://github.com/retspen/webvirtmgr
e1c0fdd..638b9d7 master -> origin/master
Updating e1c0fdd..638b9d7
error: Your local changes to the following files would be overwritten by merge:
webvirtmgr/settings.py
Please, commit your changes or stash them before you can merge.
Aborting
Thanks
@retspen commented on GitHub (Jun 18, 2014):
You can backup your settings.py and then
git checkout webvirtmgr/settings.pyafter thatgit pull