Set upstream tracking when pushing preview branch (#32075)
Release Notes: - N/A
This commit is contained in:
parent
827103908e
commit
3987b60738
1 changed files with 1 additions and 1 deletions
|
@ -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} \\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue