diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2c7d13cedae..c95c62fb3532 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ Before you submit your pull request consider the following guidelines: ```shell git rebase master -i - git push -f + git push origin my-fix-branch -f ``` That's it! Thank you for your contribution!