iOS开发:告诉git不要跟踪UserInterfaceState.xcuserstate
时间:2016-03-03 17:38:05
收藏:0
阅读:274
& git rm --cached 项目名称.xcodeproj/project.xcworkspace/xcuserdata/电脑用户名.xcuserdatad/UserInterfaceState.xcuserstate & git commit -m "Removed file that shouldn‘t be tracked"
原文:http://www.cnblogs.com/tonge/p/5239420.html
评论(0)