工作筆記
2017年11月16日 星期四
Git - 常用指令 : git config, git clone, git branch, git checkout, git pull
git config
設定基本資料
git config --global user.name "
sky
"
git config --global user.email "
email@gmail.com
"
檢查設定
git config --list
‹
›
首頁
查看網路版