Skip to content
Snippets Groups Projects
Commit 1e4d7690 authored by manselme's avatar manselme
Browse files

Update download_repo.md

parent 48d16e7c
No related branches found
No related tags found
No related merge requests found
Pipeline #141141 passed
...@@ -30,9 +30,11 @@ git clone https://gitlab.pasteur.fr/iah-public/20241008_remote_python_bioimage_a ...@@ -30,9 +30,11 @@ 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.
![git workflow](git_workflow.png) <p align="center">
<img src="git_workflow.png" />
</p>
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:
- **Tracking changes:** Git records a history of changes (commits) to a project, making it easy to review, undo, or revert to previous versions. - **Tracking changes:** Git records a history of changes (commits) to a project, making it easy to review, undo, or revert to previous versions.
......
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