Skip to content

Commit 0c33b6f

Browse files
author
Remi Kazeroni
committed
changed befault branch
1 parent 55caef0 commit 0c33b6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_episodes/07-development-setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The ESMValTool source code is available on a public GitHub repository:
5757
To obtain the code, there are two options:
5858

5959
1. download the code from the repository. A ZIP file called
60-
``ESMValTool-master.zip`` is downloaded. To continue the installation, unzip
61-
the file, move to the ``ESMValTool-master`` directory and then follow the
60+
``ESMValTool-main.zip`` is downloaded. To continue the installation, unzip
61+
the file, move to the ``ESMValTool-main`` directory and then follow the
6262
sequence of steps starting from **2 ESMValTool dependencies**.
6363
2. clone the repository if you want to contribute to the ESMValTool development:
6464

@@ -91,16 +91,16 @@ To continue the installation, we move into the ``ESMValTool`` directory:
9191
cd ESMValTool
9292
~~~
9393

94-
Note that the ``master`` branch is checked out by default.
94+
Note that the ``main`` branch is checked out by default.
9595
We can see this if we run:
9696

9797
~~~bash
9898
git status
9999
~~~
100100

101101
~~~
102-
On branch master
103-
Your branch is up to date with 'origin/master'.
102+
On branch main
103+
Your branch is up to date with 'origin/main'.
104104
105105
nothing to commit, working tree clean
106106
~~~
@@ -180,11 +180,11 @@ If the installation is successful, ESMValTool prints a help message to the conso
180180
181181
### 4 Updating ESMValTool
182182
183-
The ``master`` branch has the latest features of ESMValTool. Please make sure
183+
The ``main`` branch has the latest features of ESMValTool. Please make sure
184184
that the source code on your machine is up-to-date. If you obtain the source
185185
code using git clone as explained in step **1 Source code**, you can run ``git pull``
186186
to update the source code. Then ESMValTool installation will be updated
187-
with changes from the ``master`` branch.
187+
with changes from the ``main`` branch.
188188
189189
## Contribution
190190

0 commit comments

Comments
 (0)