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:
David Peter 2025-07-02 18:25:34 +02:00 committed by GitHub
parent f867272b3a
commit 2d0f4be889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.