From 2d0f4be889be321f264070339fbd3e332c3edb3d Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 2 Jul 2025 18:25:34 +0200 Subject: [PATCH] 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? --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 418bc2d..8740519 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.