git命令筆記

配置篇

設置用戶名
git config --global user.name "CSDN id"
配置郵箱
git config --global user.email "CSDN passport中註冊郵箱"
檢查配置
git config -l
保存用戶名密碼
git config --global credential.helper store
設置用戶名
git config --global user.name "CSDN id"

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章