We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea55f2 commit bbdfd76Copy full SHA for bbdfd76
_config.yml
@@ -1,5 +1,5 @@
1
# Site settings
2
-name: Welcome to Jenney's blog !
+name: Welcome to Jenney's blog
3
email: xuzh9310@163.com
4
author: Jenney
5
github: https://github.com/JenneyXu/
_posts/2019-05-26 认识 git 这一篇就够了.md
@@ -8,7 +8,9 @@ tag: 助攻
8
9
#### 1. git 是什么 {#say-goodbyte}
10
====================================
11
-
+为了告别手动方式管理Linux代码,并且符合开源和免费,Linus花了两周的时间,自己用 C 写了一个分布式版本控制系统( 区别于集中式控制系统 ),这就是 Git。
12
+----------------------------
13
+git 迅速成为最流行的分布式版本控制系统,尤其是 2008 年 github 网站上线了,为开源项目免费提供 git 存储,无数开源项目开始迁移至 github,包括 jQuery,PHP,Ruby等。
14
15
#### 2. git 有什么用 {#say-goodbyte}
16
0 commit comments