git1
Posted Fred1987
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git1相关的知识,希望对你有一定的参考价值。
git配置
$ git config --global user.name "Fred"
$ git config --global user.email [email protected]
检查已有的配置信息
$ git config --list
查看用户名
$ git config user.name
以上是关于git1的主要内容,如果未能解决你的问题,请参考以下文章