mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
Why Git
This commit is contained in:
parent
9710bf0d87
commit
07af7d03c7
1 changed files with 6 additions and 0 deletions
|
|
@ -2,4 +2,10 @@
|
||||||
|
|
||||||
## Why Git
|
## Why Git
|
||||||
|
|
||||||
|
Git is a distributed version control system. Linux creator Linus Torvalds developed Git to maintain Linux versions, because he didn't like the centralized version control tool which was difficult and costly to use.
|
||||||
|
|
||||||
|
The design of Git is very elegant, but beginners usually find it very difficult to use because it is difficult to understand its internal logic. Beginners who are not familiar with Git are easy to destroy the controlled versions because of mis-using its commands.
|
||||||
|
|
||||||
|
But trust me, like Vim, Git is a powerful tool that you will exclaim 'it's worth it!' after you finally manage it.
|
||||||
|
|
||||||
## How to learn to use Git
|
## How to learn to use Git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue