Git | 簡介

Git簡介


git: 分佈式版本控制系統.
分佈式版本控制系統: 每一個人的電腦都至關於一臺中央服務器.
集中式版本控制系統: 須要一臺中央處理器用來處理每一個用戶提交來的版本信息linux


Git安裝配置


git安裝git

linux
下載源碼到/usr/local下,解壓
進入到源碼目錄下,輸入
$ ./config
$ make
$ sudo make install

git配置服務器

git config --global user.name "用戶名"
git config --global user.email "郵箱"
相關文章
相關標籤/搜索