首页 > 其他 > 详细

我的gitconfig配置

时间:2015-09-17 02:10:55      阅读:302      评论:0      收藏:0      [点我收藏+]

很多配置来源于前人,thanks for rex,chris,iceway?

?

[user]

? ? ? ? email = xxx@xxx.com

? ? ? ? name = Lu Chuan

[color]

? ? ui = true

? ? branch = auto

? ? diff = auto

? ? status = auto

[color "branch"]

? ? current = yellow reverse

? ? local = yellow

? ? remote = green

[color "diff"]

? ? meta = yellow bold

? ? frag = magenta bold

? ? old = red bold

? ? ?new = green bold

[color "status"]

? ? added = yellow

? ? changed = green

? ? untracked = cyan

[alias]

? ? lg = log --color --graph --pretty=format:‘%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset‘ --abbrev-commit

? ? st = status

? ? co = checkout

[core]

? ? ? ? filemode = false

我的gitconfig配置

原文:http://luchuan.iteye.com/blog/2243855

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!