1. 程式人生 > >github入門一

github入門一

oba 版本 bash .exe use conf arp logs sharp

一、首先安裝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入門一