Answers for "xcuserstate file git"

0

xcuserstate file git

git rm --cached [project].xcodeproj/project.xcworkspace/xcuserdata/[username].xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "Removed file that shouldn't be tracked"
Posted by: Guest on June-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language