码迷,mamicode.com
首页 > 其他好文 > 详细

github入门一

时间:2017-05-07 23:07:22      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:config   conf   bit   安装   分享   div   gitbash   com   安装git   

一、首先安装gitbash(自行百度)
我使用的版本是Git-2.12.2.2-64-bit.exe

二、配置gitbash本地客户端

1、初始设置

1.1、设置姓名和邮箱地址

技术分享

git config --global user.name "your names"
git config --global user.email "your email"

1.1.1、提高,命令输出的可读性

git config --global color.ui auto

github入门一

标签:config   conf   bit   安装   分享   div   gitbash   com   安装git   

原文地址:http://www.cnblogs.com/m-bianbian/p/6822445.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!