Thứ Tư, 24 tháng 4, 2019

Dừng tracking một file trong project ios sử dụng git

Sử dụng lệnh git sau và thay thế [project] và [username] bằng thông tin của bạn:

git rm --cached [project].xcodeproj/project.xcworkspace/xcuserdata/[username].xcuserdatad/UserInterfaceState.xcuserstate

git commit -m "Removed file that shouldn't be tracked"

Không có nhận xét nào:

Đăng nhận xét