git config
git config
本文是有關Git的配置。
# list the usage of git config.
git config
如下是Git Config的幫助文件,這些基本用法經過組合,就是Git配置的常用操作方法。
usage: git config [options]
Config file location
--global use global config file
--system use system config file
--local use repository config file
-f, --file <file> use given config file
--blob <blob-id> read config from given blob object
Action
--get get value: name [value-regex]
--get-all get all values: key [value-regex]
--get-regexp get values for regexp: name-regex [value-regex]
--replace-all replace all matching variables: name value [value_regex]
--add add a new variable: name value
--unset remove a variable: name [value-regex]
--unset-all remove all matches: name [value-regex]
--rename-section rename section: old-name new-name
--remove-section remove a section: name
-l, --list list all
-e, --edit open an editor
--get-color <slot> find the color configured: [default]
--get-colorbool <slot>
find the color setting: [stdout-is-tty]
Type
--bool value is "true" or "false"
--int value is decimal number
--bool-or-int value is --bool or --int
--path value is a path (file or directory name)
Other
-z, --null terminate values with NUL byte
--includes respect include directives on lookup
Git預設新增的配置的作用域是global
,也就是說使用者沒有在指定的專案下設定local
的Git配置時,就會使用作用域為global
的Git配置。
下面以local
作用域列舉常用用法。
新增一個變數
git config --local --add user.name kitty
刪除一個變數
git config --local --unset user.name
相關文章
- Spring Cloud Config-Git後端SpringCloudGit後端
- git config配置檔案詳解Git
- git檢視config配置資訊Git
- Spring Cloud雲架構-Config Git後端SpringCloud架構Git後端
- OC系列教程之gitError:unable to access '.config/git/attributesGitError
- Consul Config 使用Git做版本控制的實現Git
- 微服務SpringCloud之Spring Cloud Config配置中心Git微服務SpringGCCloudGit
- CVE-2019-11229詳細分析 --git config可控-RCEGit
- [Spring Cloud Tutorial翻譯系列二]Spring Cloud Config Server與git整合SpringCloudServerGit
- Spring Cloud Config採用Git儲存時兩種常用的配置策略SpringCloudGit
- env config
- 核心config檔案開啟CONFIG_DEVMEM後出現For kernel requirements at matrix level 5, For config CONFIG_DEVMEM, value = y but required ndevUIREM
- config.py
- Config 配置中心
- pkg-config
- SpringCloud(四) configSpringGCCloud
- SpringCloud(六)--ConfigSpringGCCloud
- SpringCloud-ConfigSpringGCCloud
- VSCODE prettier || vetur configVSCode
- mysql_config_editorMySql
- SpringCloud Config 配置中心SpringGCCloud
- ssh_config 血案
- SpringCloud config native 配置SpringGCCloud
- app.config的坑APP
- Spring Cloud Config 規範SpringCloud
- laravel 踩坑 env,configLaravel
- spring cloud config 整合svnSpringCloud
- Spring security config httpSecurity tipsSpringHTTP
- Spring之Config小結Spring
- Spring Cloud Config 配置中心SpringCloud
- mysql_config_editor元件MySql元件
- go呼叫python報錯pkg-config: exec: "pkg-config": executable file not found in %PATH%GoPython
- yii2 config_02
- Network config of Openwrt based ESXI Env
- PostgreSQL DBA(168) - pgAdmin(config:checkpoint)SQL
- sshd_config 中文手冊
- mysql_config_editor 配置工具MySql
- SpringCloud Netflix (六):Config 配置中心SpringGCCloud