Skip to content
Snippets Groups Projects
Commit 19a49229 authored by manselme's avatar manselme
Browse files

Update download_repo.md

parent 1e4d7690
No related branches found
No related tags found
No related merge requests found
Pipeline #141142 passed
...@@ -30,9 +30,7 @@ git clone https://gitlab.pasteur.fr/iah-public/20241008_remote_python_bioimage_a ...@@ -30,9 +30,7 @@ git clone https://gitlab.pasteur.fr/iah-public/20241008_remote_python_bioimage_a
### More about Git ### 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. 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.
<p align="center"> ![git workflow](git_workflow.png)
<img src="git_workflow.png" />
</p>
Image [source](https://hackolade.com/help/Teamcollaboration.html) Image [source](https://hackolade.com/help/Teamcollaboration.html)
We could summarize the key principles of Git as follows: We could summarize the key principles of Git as follows:
......
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