Skip to content

Commit 520040a

Browse files
authored
Update subtree pull command (#691)
1 parent caad11a commit 520040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ equivalent.
8989
This repo uses a subtree for upstream protobuf files. The path `sdk-core-protos/protos/api_upstream` is a
9090
subtree. To update it, use:
9191

92-
`git pull --squash -s subtree ssh://git@github.com/temporalio/api.git master --allow-unrelated-histories`
92+
`git pull --squash --rebase=false -s subtree ssh://git@github.com/temporalio/api.git master --allow-unrelated-histories`
9393

9494
Do not question why this git command is the way it is. It is not our place to interpret git's ways.
9595

0 commit comments

Comments
 (0)