aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-02-19 20:57:54 +0100
committerGitHub <noreply@github.com>2021-02-19 20:57:54 +0100
commit19c628675dadc714616af975969694267f3840df (patch)
treea774aa57df9ece3971e9c0d84a17d887e8336711 /CONTRIBUTING.md
parent91b6fc3f08a6256ebb8006f96661db163aa8b5bc (diff)
downloadjquery-ui-19c628675dadc714616af975969694267f3840df.tar.gz
jquery-ui-19c628675dadc714616af975969694267f3840df.zip
Build: Rename the primary branch `master` to `main`
Closes gh-1944
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 53922478d..648084ad9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,10 +53,10 @@ cd jquery-ui
git remote add upstream git://github.com/jquery/jquery-ui.git
```
-* Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits.
+* Get in the habit of pulling in the "upstream" main branch to stay up to date as jQuery UI receives new commits.
```bash
-git pull upstream master
+git pull upstream main
```
### Environment: Recommended Setup