Skip to content
Snippets Groups Projects
Commit 3061ad40 authored by jacques.dainat_ird.fr's avatar jacques.dainat_ird.fr
Browse files

Update git-2-creating-repositories.md

parent d6e2f24e
No related branches found
No related tags found
No related merge requests found
Pipeline #40103 passed
...@@ -104,10 +104,10 @@ Copy the following files from the `{{config.repo_name}}` directory we get at ...@@ -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: the beginning of the excercice into your `git_tutorial` directory:
```bash ```bash
cp ../malbec-git/tutorials/git/Dockerfile . cp ../isi-formation-git/tutorials/git/Dockerfile .
cp ../malbec-git/tutorials/git/Snakefile . cp ../isi-formation-git/tutorials/git/Snakefile .
cp ../malbec-git/tutorials/git/config.yml . cp ../isi-formation-git/tutorials/git/config.yml .
cp ../malbec-git/tutorials/git/environment.yml . cp ../isi-formation-git/tutorials/git/environment.yml .
``` ```
Once you have done that, run `git status` again. It will tell you that there Once you have done that, run `git status` again. It will tell you that there
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment