We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caad11a commit 520040aCopy full SHA for 520040a
README.md
@@ -89,7 +89,7 @@ equivalent.
89
This repo uses a subtree for upstream protobuf files. The path `sdk-core-protos/protos/api_upstream` is a
90
subtree. To update it, use:
91
92
-`git pull --squash -s subtree ssh://git@github.com/temporalio/api.git master --allow-unrelated-histories`
+`git pull --squash --rebase=false -s subtree ssh://git@github.com/temporalio/api.git master --allow-unrelated-histories`
93
94
Do not question why this git command is the way it is. It is not our place to interpret git's ways.
95
0 commit comments