config(Git)
config
建構相關
設定
system
/
global
/
local
git config --global --edit
git config --[system/global/local] --list
查看相關設定
git config --global core.autocrlf false
將Windows環境的換行代碼轉換為CR+LF
Git指令