Question 18
You are working on a team project hosted on GitHub. After making changes to your local files, you run the following commands in this exact order:
git statusgit add .git commit -m "Fixed header bug"git pushgit pullAssuming your teammate pushed a new change just before you did git push, what is the most likely outcome?