<?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: Using Talend with Git and Multiple Developers — Is There a Proper Workflow? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-with-Git-and-Multiple-Developers-Is-There-a-Proper/m-p/2513903#M147454</link>
    <description>&lt;P&gt;┌────────────────────────────────────────┐&lt;BR /&gt;│ CLONE FROM REMOTE │&lt;BR /&gt;└────────────────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ CREATE FEATURE BRANCH │&lt;BR /&gt;│ git checkout -b feature/x │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ OPEN TALEND STUDIO │&lt;BR /&gt;│ AND DO YOUR WORK │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ COMMIT CHANGES │&lt;BR /&gt;│ (Use Talend Git interface) │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ REBASE DEVELOP │&lt;BR /&gt;│ git checkout develop │&lt;BR /&gt;│ git pull │&lt;BR /&gt;│ git checkout feature/x │&lt;BR /&gt;│ git rebase develop │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ PUSH TO ORIGIN │&lt;BR /&gt;│ git push origin feature/x │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ OPEN A PULL REQUEST │&lt;BR /&gt;│ Target: develop │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ CODE REVIEW + MERGE │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ DELETE FEATURE BRANCH │&lt;BR /&gt;└──────────────────────────────┘&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 17:16:41 GMT</pubDate>
    <dc:creator>AxiomGRP</dc:creator>
    <dc:date>2025-04-10T17:16:41Z</dc:date>
    <item>
      <title>Using Talend with Git and Multiple Developers — Is There a Proper Workflow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-with-Git-and-Multiple-Developers-Is-There-a-Proper/m-p/2513791#M147450</link>
      <description>&lt;P&gt;We're facing a major issue at our company when it comes to collaboration in Talend. Multiple developers need to merge their individual branches into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dev&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;branch, but we're running into serious problems — each merge seems to affect over 100 files, and it's becoming unmanageable.&lt;/P&gt;
&lt;P&gt;Is there an established or recommended way to use Git (or GitHub) effectively with Talend in a multi-developer environment?&lt;BR /&gt;Are we missing something fundamental here — or is Talend just not designed to handle this kind of workflow well?&lt;/P&gt;
&lt;P&gt;Any guides, best practices, or real-world tips would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-with-Git-and-Multiple-Developers-Is-There-a-Proper/m-p/2513791#M147450</guid>
      <dc:creator>dgp_itsum</dc:creator>
      <dc:date>2025-04-10T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend with Git and Multiple Developers — Is There a Proper Workflow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-with-Git-and-Multiple-Developers-Is-There-a-Proper/m-p/2513903#M147454</link>
      <description>&lt;P&gt;┌────────────────────────────────────────┐&lt;BR /&gt;│ CLONE FROM REMOTE │&lt;BR /&gt;└────────────────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ CREATE FEATURE BRANCH │&lt;BR /&gt;│ git checkout -b feature/x │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ OPEN TALEND STUDIO │&lt;BR /&gt;│ AND DO YOUR WORK │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ COMMIT CHANGES │&lt;BR /&gt;│ (Use Talend Git interface) │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ REBASE DEVELOP │&lt;BR /&gt;│ git checkout develop │&lt;BR /&gt;│ git pull │&lt;BR /&gt;│ git checkout feature/x │&lt;BR /&gt;│ git rebase develop │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ PUSH TO ORIGIN │&lt;BR /&gt;│ git push origin feature/x │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ OPEN A PULL REQUEST │&lt;BR /&gt;│ Target: develop │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ CODE REVIEW + MERGE │&lt;BR /&gt;└──────────────────────────────┘&lt;BR /&gt;│&lt;BR /&gt;▼&lt;BR /&gt;┌──────────────────────────────┐&lt;BR /&gt;│ DELETE FEATURE BRANCH │&lt;BR /&gt;└──────────────────────────────┘&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 17:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-with-Git-and-Multiple-Developers-Is-There-a-Proper/m-p/2513903#M147454</guid>
      <dc:creator>AxiomGRP</dc:creator>
      <dc:date>2025-04-10T17:16:41Z</dc:date>
    </item>
  </channel>
</rss>

