Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
In Talend Administration Center, I noticed that Git can be configured in two places: one under Configuration and the other under Projects.
I understand that the Git repository specified under the Projects section is used as the code repository. However, I would like some clarification on the purpose of the Git configuration under the Configuration tab.
What is the role of the Git repository defined under Configuration?
Do both the Project and Configuration sections need to point to the same Git repository?
What are the implications if both are set to the same Git repository?
Could you please provide some guidance on this?
Thanks & Regards,
Dinesh.E
Hello Dinesh,
the repository info in the configuration page is like the "default" git entry.
if a project is created without advanced git information, this git configuration will be used.
(as for creating the first project in : https://help.qlik.com/talend/en-US/studio-getting-started-guide-big-data/8.0/setting-up-your-first-u...)
If you tick 'advanced settings' in project configuration, you can enter different git information, like different url and authentication.
HTH