2
votes
2answers
44 views

Still do not understand how to recover and perform a “git reset HEAD”

I got the following message when trying to commit my app to Git: **The working copy "XYZ" failed to commit files.** fatal: Repository has been updated, but unable to write new_index file. Check that ...
0
votes
0answers
157 views

Include RestKit in Xcode project, push all changes to Git remote repository, clone to another computer

Using RestKit in my Xcode project, trying to learn how to use my remote git repository to share it all with a friend. Also want to be able to pull latest changes to RestKit from time to time. Here's ...
1
vote
0answers
66 views

What is the purpose and function of Xcode's source control “Show Remote Status” menu option?

When working in Xcode on a project that's under git source control, I noticed the following menu item: File > Source Control > Show Remote Status and, when toggling it, it changes to: File ...
0
votes
1answer
85 views

push option missing in source control xcode

I have clone a xcode project from BigBucket using terminal window. Then I made changes in one of the file. When I went to commit the changes I got an option as commit within source control. After ...
0
votes
0answers
88 views

Xcode git issue with mainstoryboard.storyboard file

I have 3 developers working with Xcode 4.5.2 in the same project shared with GIT. They have problems with the mainstoryboard.storyboard file: One of the developers make a change in that file and do a ...
0
votes
1answer
88 views

Xcode 4.5.2 source control is slow

I use Xcode 4.5.2 with git working on a very little project on MacBook Pro with 8 GB RAM and Core i5. When I select File->Source Control->Commit, Xcode waits for 10-15 seconds and then opens the empty ...
0
votes
0answers
44 views

How to get a previous revision from Git

I'm running Xcode 4.5.2, OS X 10.8.2. I need to revert to a previous revision of my project. In terminal, I issue git checkout 49f707dfe6a4 Terminal responds with fatal: Not a git repository (or ...
0
votes
2answers
83 views

How to move an Xcode 4.5 project, complete with GIT snapshots, to a new location

I'm moving an Xcode 4.5 project to a different computer. The project has quite a few snapshots. I'd like all my snapshots to travel with the project to the new computer and be visible in "Restore ...
1
vote
1answer
83 views

How to restore version control in XCode?

I have just recently backed-up my XCode C++ project on my pendrive, using rsync -avu Since then, the version control for my project is grayed-out on every files, I can modify the files and not see ...
0
votes
1answer
297 views

How to permanently remove xcuserdata under the project.xcworkspace and resolve uncommitted changes

I am struggling with a problem with a merge conflict (see Cannot Merge due to conflict with UserInterfaceState.xcuserstate). Based on feedback, I needed to remove the UserInterfaceState.xcuserstate ...
0
votes
0answers
335 views

XCode 4.5.2 - Add Files to Git

I'm a veteran at SVN (on Windows and Linux) but I'm doing a project on XCode and decided to use the built in Git interface. When I commit my changes, it says I've only modified two files (some config ...
0
votes
1answer
577 views

The repository “…” could not be reached. with Xcode 4.5.1

I think most of you upgrade Xcode. After upgrade Xcode to 4.5.1, I encountered the error when I committed my project, Error dialog said, The operation could not be performed because no repositories ...
7
votes
1answer
1k views

Did Apple remove the 'git gui' command in XCode 4.5 command line tools?

After updating to XCode 4.5 and installing the developer tools I can no longer run the 'git gui' command from the command line. It says: $ git gui git: 'gui' is not a git command. See 'git --help'. ...
2
votes
0answers
72 views

Lost files in xcode after checkout earlier git commit

After I checkout my earlier git commit, I found I lost some files in the project. Then I randomly checkout other commits and then lost more files. I found that I can still see the lost file in ...
1
vote
1answer
562 views

xCode 4.5 git merge fails to commit or give errors

I have two branches that I am trying to merge in xCode 4.5. After I resolve the two conflicting files and press the "Merge" button, the merge screen disappears, no errors come up, and it looks like ...