From a80ec966e8916dc27a2d403aa18bd4edd614c95b Mon Sep 17 00:00:00 2001 From: Yousri <54667@etu.he2b.be> Date: Mon, 2 May 2022 13:57:29 +0200 Subject: [PATCH] Introduction Git 1 --- learning_git.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/learning_git.md b/learning_git.md index 0b86276..ae06f1a 100644 --- a/learning_git.md +++ b/learning_git.md @@ -1,5 +1,17 @@ # Git +Git is a Version Control System. +It is an advanced open source project. +That is the most popular VCS with his advantage like security, efficiency, speed etc. +He was developed in 2005 by Linus Torvalds, the Linux's father. +Many companies projects using Git (Google, Gnome, Netflix, etc). +In 2016 12 million people were using Git. + +All project histories were saved in the work file. +You can publish, with all histories, projects in a Git platform like Gitea, GitHub, Bitbucket, GitLab, etc. +With this tool, you can commit projects, compare projects. +That is the best tool for teamwork. + ## Git in Pycharm ![screenhot](assets/git_pycharm_source_00.png)