Git学习

去掉git在cygwin中的可执行权限位的跟踪

git config --system core.fileMode false

中文文件名在Git中展示问题

 git config --global core.quotepath false

Git切换英文

echo "alias git='LANG=en_US.UTF-8 git'" >> ~/.bashrc

posted on 2015-10-07 16:27  x7700  阅读(128)  评论(0)    收藏  举报

导航