git记录
2016-06-24 本文已影响9人
郑哲明
Git Magic
图解git
git 学习笔记
git游戏(学习)
1、消除文档路径中文乱码
git config --global core.quotepath false
2、修改git默认路径:
在Git安装位置\etc\profile文件中加入:
# set Project Path
proj="你的项目文件目录"
cd $proj
3、在git bash中打开当前路径:
start .
#打开文件或文件夹只需做相应替换```
参考:[[Command to open file with git](http://stackoverflow.com/questions/13888223/command-to-open-file-with-git)](http://stackoverflow.com/questions/13888223/command-to-open-file-with-git)