From 07af7d03c7a065890a426e37b21378bb326f8550 Mon Sep 17 00:00:00 2001 From: Lingkang Date: Mon, 3 Oct 2022 19:14:36 +0800 Subject: [PATCH] Why Git --- docs/必学工具/Git.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/必学工具/Git.en.md b/docs/必学工具/Git.en.md index fd00f5bf..851dc3a6 100644 --- a/docs/必学工具/Git.en.md +++ b/docs/必学工具/Git.en.md @@ -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