aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-02-05 22:00:56 +0100
committerGitHub <noreply@github.com>2021-02-05 22:00:56 +0100
commit8ae477a432f0924cd4bd3bdeaef2c4c15e483a8f (patch)
tree4295d527be7ee479da4f1a75f5309ee8df32c9e8 /CONTRIBUTING.md
parent025da4dd343e6734f3d3c1b4785b1548498115d8 (diff)
downloadjquery-8ae477a432f0924cd4bd3bdeaef2c4c15e483a8f.tar.gz
jquery-8ae477a432f0924cd4bd3bdeaef2c4c15e483a8f.zip
Build: Rename master to main across the repository
The default branch was updated, this updates the remaining occurrences in code & comments. Closes gh-4838
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2deb7d180..97ab4f66a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -85,16 +85,16 @@ Change directory to the newly created dir jquery/
$ cd jquery
```
-Add the jQuery master as a remote. I label mine "upstream"
+Add the jQuery main as a remote. I label mine "upstream"
```bash
$ git remote add upstream git://github.com/jquery/jquery.git
```
-Get in the habit of pulling in the "upstream" master to stay up to date as jQuery receives new commits
+Get in the habit of pulling in the "upstream" main to stay up to date as jQuery receives new commits
```bash
-$ git pull upstream master
+$ git pull upstream main
```
Run the build script