美文网首页
三、Git的 ignore文件

三、Git的 ignore文件

作者: yuzhan550 | 来源:发表于2019-03-13 09:32 被阅读0次

    1.   bin/: 表示忽略当前路径下的bin文件夹,该文件夹下的所有内容都会被忽略,不忽略 bin 文件

    2. 让sourceTree 再次识别 .ignore文件

    git rm -r --cached .
    git add .
    git commit -m 'remove useless files'
    git push
    

    来源:https://newsn.net/say/sourcetree-gitignore.html

    3.

    image.png
    解决办法: 按提示操作,然后再重新git push

    这样导致本地被忽略的文件丢失,暂不推荐this article

    相关文章

      网友评论

          本文标题:三、Git的 ignore文件

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