Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DBS1
Contributor III
Contributor III

Switching between different branches in Talend

Hi team

I am having confusion while switching between different branches in Talend Studio.

Could anyone please explain me the concept of "Check out as Local Branch" and switch between local branches. How this concept is working and what is happening in the background. I would also like to know what changes will be happening in the local workspace folder as well.

Thanks

Dhanoop B S

Labels (2)
1 Reply
jeoste
Creator
Creator

Hello,
"Check out as local branch" means you're working on the local folder that contains the .git with the sources. THe name of the branch is another subfolder

That's the best practice to work on a Talend project, each developer should work offline and push modifications once work is done.

The changes happening in local folder are just the way Talend is working with git in local, you can use a git tree like specific extensions on visual code, sourcetree, gitkraken to see the changes happening in real time when you modify your talend job