Skip to content

Commit 2d0f4be

Browse files
authored
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?
1 parent f867272 commit 2d0f4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Releases can only be performed by Astral team members.
138138

139139
Preparation for the release is automated.
140140

141-
1. Checkout the `main` branch and run `git pull upstream main --recurse-submodules --tags`.
141+
1. Checkout the `main` branch and run `git pull origin main --recurse-submodules --tags`.
142142

143143
1. Create and checkout a new branch for the release.
144144

0 commit comments

Comments
 (0)