<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Versioning&#x2F;maintaining changes?]]></title><description><![CDATA[<p dir="auto">So I’ve modified my Magic Mirror a bit. Within some modules I’ve made some changes to the main files to add functionality or just change the size of font that’s being used. I also added my own calendars to the calendar module. However, whenever I upgrade a module or my whole Magic Mirror it seems these settings are all overwritten. I’m sure there must be a way to only merge new changes or somehow save my changes with git versioning, I just don’t know how-can anyone make some suggestions or point me in the right direction of a tutorial? Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/5338/versioning-maintaining-changes</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 05:27:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5338.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Oct 2017 14:43:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Versioning&#x2F;maintaining changes? on Wed, 25 Oct 2017 14:28:33 GMT]]></title><description><![CDATA[<p dir="auto">You could create  a fork and have a branch within this repo referencing the original master branch.<br />
Using git different branches can have different remotes. (<a href="https://stackoverflow.com/questions/15775183/git-different-remote-for-each-branch" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/15775183/git-different-remote-for-each-branch</a>).</p>
<p dir="auto">In this case if the master branch of the original project is updated you can pull these changes and merge them into your own fork’s branch. There could of course be merge conflicts which you would have to resolve.</p>
<p dir="auto">If you feel you have made changes which more people could benefit of, it would be easier to contact the original developer.</p>
]]></description><link>https://forum.magicmirror.builders/post/30153</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30153</guid><dc:creator><![CDATA[timjong93]]></dc:creator><pubDate>Wed, 25 Oct 2017 14:28:33 GMT</pubDate></item><item><title><![CDATA[Reply to Versioning&#x2F;maintaining changes? on Mon, 23 Oct 2017 15:02:19 GMT]]></title><description><![CDATA[<p dir="auto">I just realized I was making changes to the master simply in the css file vs the custom one-I’ve moved my custom settings to the custom file and that fixed that. However, I’m still having some issues with individual modules-I guess I’ll have to either write the dev team or create my own fork. If I create my own fork, though, how do I go about merging changes from the master to my fork?</p>
]]></description><link>https://forum.magicmirror.builders/post/30050</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30050</guid><dc:creator><![CDATA[rmeskill]]></dc:creator><pubDate>Mon, 23 Oct 2017 15:02:19 GMT</pubDate></item><item><title><![CDATA[Reply to Versioning&#x2F;maintaining changes? on Mon, 23 Oct 2017 14:58:20 GMT]]></title><description><![CDATA[<p dir="auto">If you’re customising look/feel, then edit custom.css, as that won’t be overwritten by a “git pull”. Also, for some modules you can add config or customisations outside of the modules directory, which will preserve the settings on a pull.</p>
<p dir="auto">Any changes you make to a modules actual code will get overwritten by  an upgrade. You could avoid that if you create your own fork of a module (as some developers here have done).</p>
<p dir="auto">If upgrading MM itself, then you should always backup your config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/30049</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30049</guid><dc:creator><![CDATA[Bob]]></dc:creator><pubDate>Mon, 23 Oct 2017 14:58:20 GMT</pubDate></item></channel></rss>