Git - Collaboration Workflows
Given the following commands run in sequence on a feature branch:
What happens to the existing pull request linked to
git add file.txt git commit -m "Fix typo" git push origin feature-branch
What happens to the existing pull request linked to
feature-branch?