This commit is contained in:
Lingkang 2022-10-03 19:14:36 +08:00
parent 9710bf0d87
commit 07af7d03c7

View file

@ -2,4 +2,10 @@
## 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