<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Finding the changes in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828646#M35253</link>
    <description>&lt;P&gt;I've found that there is something called 'Revision History', but it won't show as an option when right clicking the theme/project folder in the Design Tools - it will only appear as an option if I right click a specific file... and that doesn't really help as that would require me to go through&lt;BR /&gt;-every- file in the Design Tool project and check if *someone* has done a manual edit since last 'official hs upload'.&lt;BR /&gt;&lt;BR /&gt;And even then, the revision won't show me specificly what has changed, only that *something* has changed. (no red markers in css/html/js, or notes that field(s) have changed)&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 12:43:48 GMT</pubDate>
    <dc:creator>Track</dc:creator>
    <dc:date>2023-08-02T12:43:48Z</dc:date>
    <item>
      <title>Finding the changes</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828563#M35247</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Heya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want my Git tool (GitKraken) to show me the differences between what I have on 'my local branch' compared to what I'm fetching from the HubSpot account (Design Tools).&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Lets say I just did a fresh upload to the account so that what I have locally on my machine is 1:1 with what's in the Design Tools theme folder.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;What I expected&lt;/STRONG&gt;&lt;SPAN&gt;: if I change code lines inside Design Tools and press "Publish changes" I should be getting those changes if I run&amp;nbsp;&lt;/SPAN&gt;hs fetch&lt;SPAN&gt;, and those changes would appear in GitKraken as "unstages changes"/new/changed stuff.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;What actually happens&lt;/STRONG&gt;&lt;SPAN&gt;: I modify code lines in the Design Tools, but when I fetch I don't get those changes. No changes picked up in GitKraken and no trace of the modified code lines locally in the file in question.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;The documentation only claim to fetch &lt;STRONG&gt;files&lt;/STRONG&gt; or &lt;STRONG&gt;directory&lt;/STRONG&gt; with child folders/files, and it doesn't overwrite existing files without using the&amp;nbsp;&lt;/SPAN&gt;--overwrite&lt;SPAN&gt;&amp;nbsp;flag.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Issue is that using the&amp;nbsp;&lt;/SPAN&gt;--overwrite&lt;SPAN&gt;&amp;nbsp;does the overwriting, but in the act it also provide its own take on formatting... which to a Git tool looks like 'everything' has changed. Making it impossible to determine what changes was done directly inside the Design Tools compared to what I have locally.&lt;BR /&gt;&lt;BR /&gt;Am I wrong to expect &lt;STRONG&gt;hs fetch&lt;/STRONG&gt; to provide me a way to see potential changes that only were made via the Design Tools? I need a way to detect potential changes between my local project and the uploaded project.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Track_0-1690969955744.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/96059iABBC230988BEFCB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Track_0-1690969955744.png" alt="Track_0-1690969955744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 09:53:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828563#M35247</guid>
      <dc:creator>Track</dc:creator>
      <dc:date>2023-08-02T09:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the changes</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828592#M35250</link>
      <description>&lt;P&gt;--overwrite only seems to overwrite the module's 'fields.json' and 'meta.json' for whatever reason. Never the .css or .js files. So I take it that the "design-tool-formatting" only 'modify' those files (e.g. adding ' "&lt;SPAN&gt;display_width"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;null, ' etc that is not present (or needed) locally.&lt;BR /&gt;*don't misunderstand me; I don't want these files to show up as changes regardless (unless they actually differ)&lt;BR /&gt;&lt;BR /&gt;That, and all images uploaded via the theme&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:01:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828592#M35250</guid>
      <dc:creator>Track</dc:creator>
      <dc:date>2023-08-02T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the changes</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828596#M35251</link>
      <description>&lt;P&gt;Does the Design Tool have a History log that can list all "manual actions" done via the Design Tool by any chance?&lt;BR /&gt;I see that if I close all "tabs" inside the Design Tools there is a "Recently edited files", but it won't show me what html/css lines or field properties that have been changed.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:28:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828596#M35251</guid>
      <dc:creator>Track</dc:creator>
      <dc:date>2023-08-02T11:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the changes</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828646#M35253</link>
      <description>&lt;P&gt;I've found that there is something called 'Revision History', but it won't show as an option when right clicking the theme/project folder in the Design Tools - it will only appear as an option if I right click a specific file... and that doesn't really help as that would require me to go through&lt;BR /&gt;-every- file in the Design Tool project and check if *someone* has done a manual edit since last 'official hs upload'.&lt;BR /&gt;&lt;BR /&gt;And even then, the revision won't show me specificly what has changed, only that *something* has changed. (no red markers in css/html/js, or notes that field(s) have changed)&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 12:43:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Finding-the-changes/m-p/828646#M35253</guid>
      <dc:creator>Track</dc:creator>
      <dc:date>2023-08-02T12:43:48Z</dc:date>
    </item>
  </channel>
</rss>

