From 9978d07ab8e4c477c4b620cb5ca9d0eb242f545d Mon Sep 17 00:00:00 2001 From: atteggiani Date: Tue, 18 Jul 2023 12:19:41 +1000 Subject: [PATCH] minor fixes --- docs/models/run-a-model/run-access-om.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/models/run-a-model/run-access-om.md b/docs/models/run-a-model/run-access-om.md index 463d2fbb1..9b30239ca 100644 --- a/docs/models/run-a-model/run-access-om.md +++ b/docs/models/run-a-model/run-access-om.md @@ -68,7 +68,6 @@ In order to get it, on Gadi, create a directory where to keep the model c ---------------------------------------------------------------------------------------- ## Edit {{ model }} configuration - First, is good practice to create another git branch where to keep all modifications we put in place for our run, and to keep the reference configuration unmodified. If we call the local branch "example_run", we can run:
git checkout -b example_run