mirror of
https://github.com/astral-sh/ty.git
synced 2025-07-07 11:35:00 +00:00
Use 'origin' as the default remote name (#755)
We use `origin` as the default remote name elsewhere in this doc, so let's use it here as well?
This commit is contained in:
parent
f867272b3a
commit
2d0f4be889
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Releases can only be performed by Astral team members.
|
|||
|
||||
Preparation for the release is automated.
|
||||
|
||||
1. Checkout the `main` branch and run `git pull upstream main --recurse-submodules --tags`.
|
||||
1. Checkout the `main` branch and run `git pull origin main --recurse-submodules --tags`.
|
||||
|
||||
1. Create and checkout a new branch for the release.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue