From 8b37ec0d15baea907c09d579c5b2cd045c7777b7 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:22:53 +0000 Subject: [PATCH] Fix typo --- 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 387aecc..6717638 100644 --- a/docs/source/open_science/GIN-repositories.md +++ b/docs/source/open_science/GIN-repositories.md @@ -126,7 +126,7 @@ Initialising the GIN local repository (with `gin create` or `gin init`) will cre If the set of files in the `gin upload` command includes files that have been changed locally but have not been committed, they will be automatically committed when uploading. - After running `gin upload`, the data will be uploaded to the GIN server and it will be possible to retrieve it later from there. However, notice the upload command sends all changes made in the directory to the GIN server, including deletions, renames, etc. Therefore, if you delete files from the directory on your computer and perform a `gin upload`, the file will be removed from the server as well. Such changes can be synchronized by simply running `git upload` (i.e., without specifying any files). See further details in the [GIN docs](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#basic-workflow-only-using-gin). + After running `gin upload`, the data will be uploaded to the GIN server and it will be possible to retrieve it later from there. However, notice the upload command sends all changes made in the directory to the GIN server, including deletions, renames, etc. Therefore, if you delete files from the directory on your computer and perform a `gin upload`, the file will be removed from the server as well. Such changes can be synchronized by simply running `gin upload` (i.e., without specifying any files). See further details in the [GIN docs](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#basic-workflow-only-using-gin). 4. **Consider whether to lock the data**