text Git配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Git配置相关的知识,希望对你有一定的参考价值。

# sets up Git with your name
git config --global user.name "<Your-Full-Name>"

# sets up Git with your email
git config --global user.email "<your-email-address>"

# makes sure that Git output is colored
git config --global color.ui auto

# displays the original state in a conflict
git config --global merge.conflictstyle diff3

git config --list

以上是关于text Git配置的主要内容,如果未能解决你的问题,请参考以下文章

text 我的全局git配置

text Git ftp配置和命令

text Git工作流程配置

text Git配置

text git配置文件

text Git配置