Private GIT

Skip to content
Snippets Groups Projects
Commit ed927d57 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2510 from SiCKRAGETV/no-git-clean

No git clean
parents 38053fb5 da0832ff
Branches
Tags
No related merge requests found
......@@ -729,7 +729,7 @@
</label>
</div>
<div class="field-pair">
<div class="field-pair" hidden>
<label for="git_reset">
<span class="component-title">Git reset</span>
<span class="component-desc">
......
......@@ -570,7 +570,7 @@ class GitUpdateManager(UpdateManager):
# remove untracked files and performs a hard reset on git branch to avoid update issues
if sickbeard.GIT_RESET:
self.clean()
#self.clean() # This is removing user data and backups
self.reset()
if self.branch == self._find_installed_branch():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment