查看git项目的相关信息

我们经常需要查看一个`git`项目的相关配置信息

比如`git clone`的网址,用户名,邮箱等

该如何查看

`$ git config --global -l`

即可

还可以查看当前项目根目录下的文件`.git/config`

>$ cat .git/config
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
autocrlf = true
[remote "origin"]
url = git@code.test.com:ZBT/api.test.com.git
fetch = +refs/heads/*:refs/remotes/origin/*

    A+
发布日期:2020年10月28日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: