Git 命令總結

配置git  打開 git bash 開始配置 配置用戶名(提交時候會引用) git config --global user.name "wlj"    配置郵箱 git config --global user.email "[email protected]" 讓Git不要管Windows/Unix換行符轉換的事 git config --global core.autocrlf false
相關文章
相關標籤/搜索