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
相關文章
- git config檔案總結及git alias配置Git
- git檢視config配置資訊Git
- git config配置檔案詳解Git
- Spring Cloud Config-Git後端SpringCloudGit後端
- Spring Cloud雲架構-Config Git後端SpringCloud架構Git後端
- OC系列教程之gitError:unable to access '.config/git/attributesGitError
- Consul Config 使用Git做版本控制的實現Git
- spring-cloud-config-server——Environment Repository(Git Backend)SpringCloudServerGit
- 微服務SpringCloud之Spring Cloud Config配置中心Git微服務SpringGCCloudGit
- [Spring Cloud Tutorial翻譯系列二]Spring Cloud Config Server與git整合SpringCloudServerGit
- Spring Cloud Config採用Git儲存時兩種常用的配置策略SpringCloudGit
- CVE-2019-11229詳細分析 --git config可控-RCEGit
- 痞子衡嵌入式:第一本Git命令教程(1)- 準備(init/config/.gitignore)Git
- 描述 Machine.Config 和 Web.Config(轉載)MacWeb
- 核心config檔案開啟CONFIG_DEVMEM後出現For kernel requirements at matrix level 5, For config CONFIG_DEVMEM, value = y but required ndevUIREM
- web.configWeb
- pkg-config
- config.py
- SpringCloud(四) configSpringGCCloud
- SpringCloud-ConfigSpringGCCloud
- SpringCloud(六)--ConfigSpringGCCloud
- mysql_config_editorMySql
- Iscsi Target config lv
- require.config()用法UI
- How to check oracleasm configOracleASM
- ubuntu adsl configUbuntu
- web.config (轉)Web
- 在Web.config或App.config中的新增自定義配置WebAPP
- [Git] Git整理(四) git rebase 的使用Git
- mysql_config_editor元件MySql元件
- httprunner(6)配置資訊configHTTP
- SpringCloud Config 配置中心SpringGCCloud
- laravel 踩坑 env,configLaravel
- app.config的坑APP
- App.Config詳解APP
- config yum source for linuxLinux
- Web.Config之SessionStateWebSession
- apache_weblogic configApacheWeb