Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks,
Nimesh
To add: our documentation about SCM use is at https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/hS8NeaOTcFBiArqcOIOHDQ.
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
To add: our documentation about SCM use is at https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/hS8NeaOTcFBiArqcOIOHDQ.
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?
Yes, use the git history view.
Instructions here: https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/6on2VW2eNbuZi_7lodrfFw
Sweet thanks. Missed that.
Not sure if I should accept as answer since I didn't start the post..