您的位置:首页 > 其它

git 配置

2016-03-11 12:15 330 查看
[user]  
  name = hejianhui  
  email = 314598029@qq.com  

[color]    
  status = auto    
  branch = auto    
  diff = auto    
  ui = true  
  pager = true    

[alias]       
  co=checkout      
  ci=commit      
  st=status      
  pl=pull      
  ps=push      
  dt=difftool      
  l=log—stat      
  cp=cherry-pick      
  ca=commit-a      
  br=branch  

[push]  
  default = matching  

#to solve the problem that chinese cannot be displyed correctly in git status command
[core]
  quotepath = false

# to make github faster
[http]
postBuffer = 524288000
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: