Example : Dev-A and Dev-B are working on Project-1. Dev-A works on BA branch and Dev-B works on BB branch of same project. Need to ensure changes are local to branch first. At the moment changes on BA is also seen on BB which is not desired.
/* Iubuenda Start */ /* Iubuenda End */
Example : Dev-A and Dev-B are working on Project-1. Dev-A works on BA branch and Dev-B works on BB branch of same project. Need to ensure changes are local to branch first. At the moment changes on BA is also seen on BB which is not desired.
If you want each developer to work in their own branch then each developer needs their own version. Each developer can then use their own version as their user workspace where they can create, commit and merge branches.
Thank you for the information.
Anupama - do go through the below YouTube video. It gives a good overview on Git best practices in Matillion.
Git Integration - Recommended Workflow | Matillion ETL
Is there any best practice to follow to review the modified pipelines? Currently we use files modified from git repo to help users identify changes at some level but there is no good way to understand what exactly has changed