Git - Collaboration Workflows
Given this pull request review command sequence, what is the output of
git diff origin/main..feature-branch?
git fetch origin # feature-branch is a branch with new commits
