2014年11月9日

git 忽略 Pycharm 中的 workspace.xml 文件

摘要: .gitignore 中要写上 workspace.xml 如果已经不幸之前commit workspace.xml 的话,必须执行以下命令 $ git rm --cached .idea/workspace.xml 参考: http://segmentfault.com/q/101... 阅读全文

posted @ 2014-11-09 16:07 norsd 阅读(823) 评论(0) 推荐(0) 编辑

导航