git 使用技巧

让git不检测文件权限

在android根目录执行:repo forall -c git config core.filemode false即可

修改默认编辑器:

git config –global core.editor vim

git查询网址:

1、git官网:http://git-scm.com/

2、参考文章

http://www.yiibai.com/git/git_fix_mistakes.html 

repo常用命令

1、http://www.360doc.com/content/14/0220/17/97538_354256755.shtml

或者http://blog.csdn.net/wyh991131/article/details/18667605

原文地址:https://www.cnblogs.com/dirt2/p/5089416.html