Get the path of the files changed in each commit and pull requests in gitlab.
While running a pipeline in GitLab, you can make use of pre-defined environment variables to get the path of the files changed in your commit in a single branch or a pull/merge request from one branch to another.
Using git diff commands we can:
Get ...
aman1011.hashnode.dev2 min read