Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator
Creator

Any documentation on Git Perspective in Talend Studio?

Do we have any documentation on Git Perspective in Talend Studio? I see that it allows merging between branches & so many other feature. 

 

We would really like to have some documentation around this.

 

0683p000009Lvwh.png

 

Thanks,

Nimesh

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

6 Replies
mayo
Contributor III
Contributor III

I second that.
Anonymous
Not applicable

You don't need to use the git perspective. Actually, we don't actively support it either. Rather, the interactions are to be done from the normal integration perspective. If you Talend project is backed by git you will find all the git diff/merge or push/pull or local branches on the top left repository view.

 

Best

Anonymous
Not applicable

To add: our documentation about SCM use is at https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/hS8NeaOTcFBiArqcOIOHDQ.

 

 

mayo
Contributor III
Contributor III

Thank you Thomas.  There isn't a way within Studio to see what is included in the current commits being staged to push to the remote is there?  So like if I did 3 commits, I will see [3] in the top left next to the name of the branch.  Is there any way to see what the [3] represents?

Anonymous
Not applicable

Yes, use the git history view.

 

Instructions here: https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/6on2VW2eNbuZi_7lodrfFw

 

mayo
Contributor III
Contributor III

Sweet thanks.  Missed that.  

 

Not sure if I should accept as answer since I didn't start the post..