美文网首页
.gitignore not working

.gitignore not working

作者: 卧水莱藤 | 来源:发表于2016-05-11 09:20 被阅读29次

first commit the changes or you will lose them,

then run the following commands from the top folder of your repo


git rm -r --cached .
git add .
git commit -m "fixed untracked files"

fromstackoverflow

相关文章

网友评论

      本文标题:.gitignore not working

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