diff --git a/Documentation/GettingStartedContributing.md b/Documentation/GettingStartedContributing.md index 2cb049c803c..12f8f5a106d 100644 --- a/Documentation/GettingStartedContributing.md +++ b/Documentation/GettingStartedContributing.md @@ -65,7 +65,7 @@ git push --set-upstream myfork mybranch git push ``` -If your pull request is showing conflicts with the master branch, resolve them locally with: +If you wish to sync your branch with master, or locally resolve merge conflicts, use: ```sh # On mybranch git fetch origin