美文网首页iOS
sourceTree添加gitignore烦人的UserInte

sourceTree添加gitignore烦人的UserInte

作者: petter102 | 来源:发表于2016-09-22 23:27 被阅读145次

git服务器中没有这个UserInterfaceState.xcuserstate文件,我们可以直接在sourcetree中指向这个文件--右键--ignore。如果当前这个文件已经存在服务器中,我们需要先删除在git服务器中的该文件,然后再忽略。

  • 1、删除服务器上已经追踪的UserInterfaceState.xcuserstate
  • 2、在本地出现的缓存中右键停止跟踪、并且右键忽略。
  • 3、如果是多人操作 ,需要同时都忽略。

相关文章

网友评论

    本文标题:sourceTree添加gitignore烦人的UserInte

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