Pull Requests and Code Review
Megumi Oshima & Nicholas Ducharme-Barth
January 2025
So far we have:
Next we want to:
In the repository go to “Pull requests” and select which branches you want to merge
Can see the dif view of changes in the file, if the code passes checks and tests set up, what commits are associated with this PR, add comments to the PR
Red lines show deleted code
Green lines show added code
Can add a review of the changes
Merge conflicts happen when you merge 2 branches that have competing commits
2 ways to resolve them
ISC Open Science Workflows Workshop 2025