From d56cd81abffaaa6a08d3d5d23f23171c7608de53 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Fri, 24 May 2024 14:03:17 +0100 Subject: [PATCH] Remove ls comment --- docs/source/open_science/GIN-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/open_science/GIN-repositories.md b/docs/source/open_science/GIN-repositories.md index 941854e..338003c 100644 --- a/docs/source/open_science/GIN-repositories.md +++ b/docs/source/open_science/GIN-repositories.md @@ -98,7 +98,7 @@ In Unix-like systems (Ubuntu, MacOS), you may need `sudo` permissions for some o :::{note} -Initialising the GIN local repository (with `gin create` or `gin init`) will create a hidden `.git` directory under the repository directory. You can see it on the terminal by running `ls -la` from the local repository. The local repository excluding this `.git` folder is what we will later call the _working directory_. +Initialising the GIN local repository (with `gin create` or `gin init`) will create a hidden `.git` directory under the local repository directory. The local repository excluding this `.git` folder is what we will later call the _working directory_. :::