Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to know from experienced git users that how they work with git in Talend. Do you think there is any benefit of using git in Talend other than just being a common place to share code with other developers?
>>>>Go to github.com->Your repository->Branch->ProjectName->Process Folder->You Should find your latest changes here.
That's too late because you have to commit and push your changes to github. I want to figure out before I am ready to commit.
Also, there is so much noise when you review the changes in Github. These file changes dont tell me anything:
.prefs
relationship.index
.properties
.screenshots (it's all xml)
.item
There is useless info. in there. How do I tell what change developer has made?