Is there any guidance for/against mixing a new Data Model with an existing Git project/repo? I have an existing git project that contains DDLs for different DB Objects, scripts used for deployments, xmls for related ETL Tools, etc. I would like to add a Data Model to the project, and going forward include model changes as part of feature branches that introduce those changes...if feasible. Maybe not so much if issuing git commands outside of the tool (like rebasing a long running feature branch) are likely to mess things up.