Introduction Git 1
This commit is contained in:
parent
69234aaa9c
commit
a80ec966e8
|
@ -1,5 +1,17 @@
|
||||||
# Git
|
# 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
|
## Git in Pycharm
|
||||||
|
|
||||||
![screenhot](assets/git_pycharm_source_00.png)
|
![screenhot](assets/git_pycharm_source_00.png)
|
||||||
|
|
Loading…
Reference in New Issue