Skip to content

Commit b2625bf

Browse files
author
Rémi Kazeroni
authored
Address review comments from @SarahAlidoost
1 parent 6f2f243 commit b2625bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/07-development-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ To create a new branch:
217217
~~~bash
218218
git checkout -b your_branch_name
219219
~~~
220+
If needed, a link to a git tutorial can be found in [Setup]({{ page.root }}{% link setup.md %}).
220221
221222
Once our development is finished, we can initiate a ``pull request``.
222223
To this end, we encourage you to join the ESMValTool development team.
@@ -280,7 +281,7 @@ To explore other tools, have a look at ESMValTool documentation on
280281
>
281282
> ~~~bash
282283
> cd ESMValTool
283-
> git checkout -b your_branch_name
284+
> git checkout your_branch_name
284285
> cp path_of_warming_stripes.py esmvaltool/diag_scripts/
285286
> ~~~
286287
>

0 commit comments

Comments
 (0)