美文网首页
删除git项目中UserInterfaceState.xcuse

删除git项目中UserInterfaceState.xcuse

作者: 王欣12138 | 来源:发表于2019-05-17 11:20 被阅读0次

1:cd到当前项目路径之下;
2:

git rm --cached [YourProjectName].xcworkspace/xcuserdata/[YourUsername].xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "Removed the stupid strange file that shouldn't be tracked"
git push

3:提交当前git
4:成功

相关文章

网友评论

      本文标题:删除git项目中UserInterfaceState.xcuse

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