diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst --- a/llvm/docs/Phabricator.rst +++ b/llvm/docs/Phabricator.rst @@ -215,7 +215,7 @@ git pull --rebase origin master git show # Ensure the patch looks correct. ninja check-$whatever # Rerun the appropriate tests if needed. - git push + git push origin HEAD:master Or