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)