When I enter "git pull" in the Terminal, I get the following:
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (1/1), done.remote: Total 7 (delta 6), reused 7 (delta 6)Unpacking objects: 100% (7/7), done.f8d224b..8e3ee46 XML_templates -> origin/XML_templatesUpdating f8d224b..8e3ee46error: Your local changes to the following files would be overwritten by merge:assets/templates/MoviePrePlay.xmlassets/templates/Search_Results.xmlPlease, commit your changes or stash them before you can merge.Aborting
Do I have to temporarily remove the files that will be overwritten or is there a way "commit" my changes so the git pull update goes ahead? Or am I better of downloading the updates manually from the PlexConnect site.