git配置 发表于 2017-02-16 | 分类于 Git | | 使用git-bash:到网站下载即可:https://git-scm.com/downloads下载windows版本的就可以。 设置用户:12git config -–global user.name "xxx" git config –-global user.email "xxx@xxx.com" 其中查看已有的git配置,命令为:1git config -l git的lg配置1git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" 效果如下: 1alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit 配置显示比较炫酷,图像如下: 坚持原创技术分享,您的支持将鼓励我继续创作! 赏 微信打赏 支付宝打赏