git檢視config配置資訊
檢視配置
config 配置有system級別 global(使用者級別)和local(當前倉庫)三個設定先從system->global->local 底層配置會覆蓋頂層配置 分別使用--system/global/local 可以定位到配置檔案
檢視系統config
git config --system --list
檢視當前使用者(global)配置
git config --global --list
檢視當前倉庫配置資訊
git config --local --list
如下為檢視系統config資訊。
配置使用者資訊
git config --global user.name "your name" //你的名稱 git config --global user.email "your email" //你的郵箱
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69901823/viewspace-2912259/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Git檢視指定commit資訊GitMIT
- httprunner(6)配置資訊configHTTP
- linux檢視伺服器配置資訊Linux伺服器
- git config配置檔案詳解Git
- git configGit
- 微服務SpringCloud之Spring Cloud Config配置中心Git微服務SpringGCCloudGit
- win10系統怎麼檢視電腦配置 檢視電腦配置資訊的詳細方法Win10
- git檢視所有分支Git
- Linux 安全資訊檢視Linux
- 檢視weblogic版本資訊Web
- git檢視提交歷史Git
- kafka 檢視佇列資訊Kafka佇列
- 檢視 Linux 系統資訊Linux
- ExifTool for Macexif資訊檢視工具Mac
- 檢視Docker容器的資訊Docker
- git diff 視覺化配置Git視覺化
- Git檢視本地幫助文件Git
- git檢視檔案內容Git
- Git檢視所有tag標籤Git
- Git檢視分支建立時間Git
- 檢視git當前版本號Git
- Config 配置中心
- 檢視Linux系統版本資訊Linux
- 檢視無線網路卡資訊
- navicat premium 12檢視物件資訊REM物件
- Linux檢視環境變數當前資訊和檢視命令Linux變數
- Git配置使用者資訊和SSH免密Git
- 利用命令檢視Win10系統硬體配置資訊的方法Win10
- 如何在vsCode中檢視git historyVSCodeGit
- 檢視BAM檔案頭部資訊
- oracle 統計資訊檢視與收集Oracle
- Linux系統如何檢視版本資訊Linux
- Linux檢視相關係統資訊Linux
- Innodb中怎麼檢視鎖資訊
- EtreCheckpro for mac(硬體資訊檢視工具)Mac
- Git(7)-- 檢視提交歷史(git log 命令詳解)Git
- SpringCloud Config 配置中心SpringGCCloud
- SpringCloud config native 配置SpringGCCloud