摘要:
一、基础$ yum install git #安装git;$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" #因为Git是分布式版本控制系统,所以,... 阅读全文
posted @ 2015-12-08 22:42
Noway11
阅读(185)
评论(0)
推荐(0)
|
摘要:
一、基础$ yum install git #安装git;$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" #因为Git是分布式版本控制系统,所以,... 阅读全文
posted @ 2015-12-08 22:42
Noway11
阅读(185)
评论(0)
推荐(0)
|