<?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: How do you find out what changes have you made in your git branch? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243669#M30070</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Go to github.com-&amp;gt;Your repository-&amp;gt;Branch-&amp;gt;ProjectName-&amp;gt;Process Folder-&amp;gt;You Should find your latest changes here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That's too late because you have to commit and push your changes to github. I want to figure out before I am ready to commit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, there is so much noise when you review the changes in Github. These file changes dont tell me anything:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.prefs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;relationship.index&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.screenshots (it's all xml)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is useless info. in there. How do I tell what change developer has made?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 14:26:05 GMT</pubDate>
    <dc:creator>sarora1</dc:creator>
    <dc:date>2019-09-16T14:26:05Z</dc:date>
    <item>
      <title>How do you find out what changes have you made in your git branch?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243667#M30068</link>
      <description>&lt;P&gt;I want to know from experienced git users that how they work with git in Talend. Do you think there is any benefit of using git in Talend&amp;nbsp;other than just being a common place to share code with other developers?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243667#M30068</guid>
      <dc:creator>sarora1</dc:creator>
      <dc:date>2024-11-16T04:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out what changes have you made in your git branch?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243668#M30069</link>
      <description>How do you find out what changes have you made in your git branch?&lt;BR /&gt;--- Go to github.com-&amp;gt;Your repository-&amp;gt;Branch-&amp;gt;ProjectName-&amp;gt;Process Folder-&amp;gt;You Should find your latest changes here.&lt;BR /&gt;&lt;BR /&gt;Benefits of using git in Talend:&lt;BR /&gt;-&amp;gt; Code is synced across your team whenever you make any change.&lt;BR /&gt;-&amp;gt; You can restore git repo to Talend and start from where you left without losing anything in case if you have to delete talend workspace.</description>
      <pubDate>Sat, 14 Sep 2019 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243668#M30069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-14T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out what changes have you made in your git branch?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243669#M30070</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Go to github.com-&amp;gt;Your repository-&amp;gt;Branch-&amp;gt;ProjectName-&amp;gt;Process Folder-&amp;gt;You Should find your latest changes here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That's too late because you have to commit and push your changes to github. I want to figure out before I am ready to commit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, there is so much noise when you review the changes in Github. These file changes dont tell me anything:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.prefs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;relationship.index&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.screenshots (it's all xml)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is useless info. in there. How do I tell what change developer has made?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243669#M30070</guid>
      <dc:creator>sarora1</dc:creator>
      <dc:date>2019-09-16T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out what changes have you made in your git branch?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243670#M30071</link>
      <description>&lt;DIV&gt;
  Agreed! compared to other IDE's Talend does not provide all important features or at least it's not easily visible. I don't think (Github-Talend) has the feature to show the difference between old and new branch or as per your question what new changes were made, in which component what exact change was made in that particular branch. 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  But to view Git Unstaged &amp;amp; Staged changes window just like Eclipse will show the total number of file changes along with its names and which one you want to choose for Commit and Push. For that, 
 &lt;STRONG&gt;maybe &lt;/STRONG&gt;below&amp;nbsp;links might help you.&amp;nbsp; 
 &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt; 
 &lt;A href="https://help.talend.com/reader/v8tAQEmbr4e58zv_BB3Myg/uu41xShajo8JNCife6UZog" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/v8tAQEmbr4e58zv_BB3Myg/uu41xShajo8JNCife6UZog&lt;/A&gt; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt; 
 &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCp1gCAC" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Design-and-Development/Any-documentation-on-Git-Perspective-in-Talend-Studio/td-p/33412&lt;/A&gt; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Sep 2019 18:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-find-out-what-changes-have-you-made-in-your-git/m-p/2243670#M30071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-16T18:08:54Z</dc:date>
    </item>
  </channel>
</rss>

