git记录

作者: 郑哲明 | 来源:发表于2016-06-24 17:19 被阅读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)

    相关文章

      网友评论

          本文标题:git记录

          本文链接:https://www.haomeiwen.com/subject/ojgodttx.html