Many posts but could not find anything helpful.
I am trying to get Cursor file changes to show up in X Code, without having to do a commit to main, so that I can see if the code has any error or works.
This is my first time doing this, and here is what I have:
- Created local x code project as a blank one, pushed to Git.
- Used Cursor to open the project and made file changes using Composer.
- Accepted all changes
- Nothing in X Code updates, but I can see uncommitted changes in Source Control in X Code.
I am a rookie, so need some help here. How can I make the changes in Cursor go to X Code like how many others are able to do it?