Set upstream tracking when pushing preview branch (#32075)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-06-04 10:42:50 -04:00 committed by GitHub
parent 827103908e
commit 3987b60738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ Prepared new Zed versions locally. You will need to push the branches and open a
# To push and open a PR to update main: # To push and open a PR to update main:
git push origin \\ git push -u origin \\
${preview_tag_name} \\ ${preview_tag_name} \\
${stable_tag_name} \\ ${stable_tag_name} \\
${minor_branch_name} \\ ${minor_branch_name} \\