当前位置:   article > 正文

Git - git config 查看配置信息_git-tf 进度查看

git-tf 进度查看

前言

    git 中通过 git config查看配置信息
    config 配置有system级别 global(用户级别) 和local(当前仓库)三个
    设置先从system -》global -》local 底层配置会覆盖顶层配置 分别使用–system/global/local 可以定位到配置文件

查看系统config
git config --system --list
  • 1
查看当前用户(global)配置
git config --global  --list
  • 1
查看当前仓库配置信息
git config --local  --list
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/525840
推荐阅读
相关标签
  

闽ICP备14008679号