Working with Talend Studio using Git to share Job design is adopted by many customers. This article provides best practices that Talend suggests you follow as Studio Developers working with Git.
Prerequisites
Basic understanding of Studio and Git
Knowledge about the software development life cycle
Best practices for operating Git under Talend Studio
Work in Local mode.
Do a Pull and Merge Branch before doing a Push. The Pull and Merge happens locally in your workspace.
Resolve any conflicts locally before pushing. If there is source code conflict, from the Conflicts Navigator panel, right-click the conflict and select which resolution you would like to use from the menu.