From 92ffc19ad1de5f07d02cd0a85ac081556b2949ec Mon Sep 17 00:00:00 2001 From: manselme <marie.anselmet@pasteur.fr> Date: Sat, 5 Oct 2024 10:37:26 +0200 Subject: [PATCH] Update download_repo.md --- book/download_repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/download_repo.md b/book/download_repo.md index f0eb488..74cdf8c 100644 --- a/book/download_repo.md +++ b/book/download_repo.md @@ -30,7 +30,7 @@ git clone https://gitlab.pasteur.fr/iah-public/20241008_remote_python_bioimage_a ### More about Git Git is a version control system. A version control system (VCS) manages and tracks changes to files over time, allowing multiple users to collaborate efficiently on projects. It records a history of changes, supports branching for parallel work, and helps merge or resolve conflicts. It ensures a consistent project state and enables reverting to previous versions when needed. -  + Image [source](https://hackolade.com/help/Teamcollaboration.html) We could summarize the key principles of Git as follows: -- GitLab