I'm using Talend Open Studio at work. We are working on best practices for using git with Talend source which is all xml under the hood. Talend likes to change the modification date in some lines of underlying xml files and it clutters my SourceTree GUI with a bunch of changes that aren't really changes. How do i get sourcetree and/or git to ignore these changes without ignoring the entire file?
Asked
Active
Viewed 74 times
1
-
I don't think you can do that – zedfoxus Sep 15 '15 at 19:24
-
3possible duplicate of [Can git ignore a specific line?](http://stackoverflow.com/questions/6557467/can-git-ignore-a-specific-line) – mayo Sep 15 '15 at 19:35
-
I haven't tested yet. But the other post looks promising. Thanks mayo – Darian Hickman Sep 19 '15 at 16:14