## 初衷
### git git基礎 git命令
## git簡介
#### git作者是linux之父是Linus Torvalds 為了幫助管理 Linux 內核開發而開發的一個開放源碼的版本控制軟件
#### git相比于svn的優勢在于git為分布式,svn為集中式。svn每次提交代碼必須聯網提交。
#### 查看幫助:
```
git help 命令名稱
```
> [git官方手冊地址:https://git-scm.com/book/zh/v2
](https://git-scm.com/book/zh/v2)