Team,
I need to migrate only specific notebooks which has changes committed to be pulled from one repo to another repo
Environment/Repo Setup:
Master -> Dev -> Feature Branch -> Developer commits the code in Feature Branch -> Dev has the changes from Developers. I have a QA Branch which was created based on Dev.
How to setup a "Release Pipeline" that can integrate the change from Dev branch to QA branch. when the pipeline runs, it has pick only speific changes from dev branch, not all the changes in Dev Branch.
I need to do the same to release for production. migrate changes one at a time to production , not all the change in the repo
#git #azure repos #CI/CD #notebooks