Sunday, June 17, 2012

Version Control Talend jobs with Github

Versioning Talend jobs in github is real simple. Use the command line Git tool to upload your project to git. Other developers can clone the repository and open it in Talend.

1. Navigate to the directory of your project and on the command line simply add the project to Git.






2. Other developers can clone the git repository.

git clone git@github.com:whatever .


 3. Now import the project in Talend!


No comments:

Post a Comment