Make Azure Git repos, how to get only files with changes

Copper Contributor

I have a apigee application that I need to migrate to Azure Devops, so current process is, there´s a process in place that:

 

1. Commits repo (Clone empty repo, it copies some config files that it will need)

2. You change to the feature branch and validate changes

3. Create a Change log (Checks for branch and parent files differences and saves it into CHANGE_FILE
(changeList.txt))

 

And here in step 3 is were I´m at, and my question is, is there an option within azure devops  so I can make that comparison of the changes in specific files and how can I make a checkout of only those changes?

 

Best regards.

0 Replies