diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-02-05 22:00:56 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-02-05 23:21:21 +0100 |
commit | 627c573ac62e6582b4b324bcc6a1283ca48c3906 (patch) | |
tree | e4397bd21165482790d3d5b901a5a880699923cb /CONTRIBUTING.md | |
parent | 15b62a2eb5d65ff4c830d8a5c7629d30f852cbb1 (diff) | |
download | jquery-627c573ac62e6582b4b324bcc6a1283ca48c3906.tar.gz jquery-627c573ac62e6582b4b324bcc6a1283ca48c3906.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
(cherry picked from commit 8ae477a432f0924cd4bd3bdeaef2c4c15e483a8f)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18c6bc802..71fc258e8 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 |