Git複習(七)之自定義git、忽略特殊文件、配置文件

前言 config 配置有system級別(系統級別)、 global(用戶級別)、local(當前倉庫)三個 設置先從system-》global-》local  底層配置會覆蓋頂層配置 分別使用--system/global/local 可以定位到配置文件 查看系統config git config --system --list 查看用戶config git config --global
相關文章
相關標籤/搜索