Chinaunix首页 | 论坛 | 博客
  • 博客访问: 230968
  • 博文数量: 131
  • 博客积分: 259
  • 博客等级: 二等列兵
  • 技术积分: 705
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-21 21:15
文章分类

全部博文(131)

文章存档

2013年(3)

2011年(128)

分类:

2011-03-11 14:48:22

原文地址:git使用笔记(备忘) 作者:bailiangcn

1、解决git中文文件名问题
git config core.quotepath false

core.quotepath设为false的话,就不会对0x80以上的字符进行quote。中文显示正常

2、git的快捷键设置
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.br branch

3、git的颜色设置
git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto


阅读(315) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~