From 3061ad40ca73ed2c55647bc77acd2d4ea62c4a4c Mon Sep 17 00:00:00 2001 From: "jacques.dainat_ird.fr" <jacques.dainat@ird.fr> Date: Mon, 25 Nov 2024 10:09:52 +0000 Subject: [PATCH] Update git-2-creating-repositories.md --- docs/pages/git/git-2-creating-repositories.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/git/git-2-creating-repositories.md b/docs/pages/git/git-2-creating-repositories.md index 630b54a..a160edc 100644 --- a/docs/pages/git/git-2-creating-repositories.md +++ b/docs/pages/git/git-2-creating-repositories.md @@ -104,10 +104,10 @@ Copy the following files from the `{{config.repo_name}}` directory we get at the beginning of the excercice into your `git_tutorial` directory: ```bash -cp ../malbec-git/tutorials/git/Dockerfile . -cp ../malbec-git/tutorials/git/Snakefile . -cp ../malbec-git/tutorials/git/config.yml . -cp ../malbec-git/tutorials/git/environment.yml . +cp ../isi-formation-git/tutorials/git/Dockerfile . +cp ../isi-formation-git/tutorials/git/Snakefile . +cp ../isi-formation-git/tutorials/git/config.yml . +cp ../isi-formation-git/tutorials/git/environment.yml . ``` Once you have done that, run `git status` again. It will tell you that there -- GitLab