<?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: New branch has a changes in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/148023#M52809</link>
    <description>&lt;P&gt;Solved after discard &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 10:01:05 GMT</pubDate>
    <dc:creator>Mathchi_11</dc:creator>
    <dc:date>2026-02-11T10:01:05Z</dc:date>
    <item>
      <title>New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24070#M16693</link>
      <description>&lt;P&gt;Hi there, I ran into issue with Databricks repo. When I create new repo, it doesn't pull default branch from GitLab. I have default branch 'development', but Databricks repo pulls other branch.&lt;/P&gt;&lt;P&gt;Moreover this just now added repo already contains changes in one file, so it'll raise merge conflict, if I try to checkout on another branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like a bug. Does anybody know how I can solve it?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 08:10:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24070#M16693</guid>
      <dc:creator>SparrowDev</dc:creator>
      <dc:date>2022-11-03T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24071#M16694</link>
      <description>&lt;P&gt;I would just in the repo panel, click three dots, choose "Discard changes," and then checkout to another branch, but please backup your file before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1255i690D1FA436D03903/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 08:57:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24071#M16694</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-11-03T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24072#M16695</link>
      <description>&lt;P&gt;Yeah, of course it will work. But, first it doesn't explain why does it happen, and second when I'm triggering my CI/CD pipeline it automatically creates a repo via REST API and then checkouts on feature branch. This logic fails cause just created repo contains changes. Databricks REST Repo API doesn't provide logic for discarding changes into the repo. And I can't discard them each time manually. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:04:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24072#M16695</guid>
      <dc:creator>SparrowDev</dc:creator>
      <dc:date>2022-11-03T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24073#M16696</link>
      <description>&lt;P&gt;I had a similar issue, where a few notebooks popped up as changed in every branch I created (even though they were not touched).  So first I manually did the discard changes thing, but that was not a solution as with every new branch they were there again.&lt;/P&gt;&lt;P&gt;So I checked what was 'changed'. And that was in fact nothing so I took those 'changed' notebooks into my PR.&lt;/P&gt;&lt;P&gt;When merging the PR, git detected that nothing was in fact changed, so they were not merged.&lt;/P&gt;&lt;P&gt;On the other hand: in Databricks they would not show up anymore, so the issue seems to be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue popped up after an update so my guess it was indeed a bug.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:31:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24073#M16696</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-11-03T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24074#M16697</link>
      <description>&lt;P&gt;Maybe it is because of line ending problem/settings &lt;A href="https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings" target="test_blank"&gt;https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:46:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24074#M16697</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-11-03T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24075#M16698</link>
      <description>&lt;P&gt;Thanks! It works. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 10:03:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/24075#M16698</guid>
      <dc:creator>SparrowDev</dc:creator>
      <dc:date>2022-11-03T10:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: New branch has a changes</title>
      <link>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/148023#M52809</link>
      <description>&lt;P&gt;Solved after discard &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 10:01:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-branch-has-a-changes/m-p/148023#M52809</guid>
      <dc:creator>Mathchi_11</dc:creator>
      <dc:date>2026-02-11T10:01:05Z</dc:date>
    </item>
  </channel>
</rss>

