Xcode: How to convert non source control(GIT) project into a source control project?
-
I've recently learned if the importance of source control for a project and I have a project that is getting big and complicated. Initially I did not enable source control and would like to convert my project to a source control project. I tried creating a new source control project and sending all the files and storyboard over, but I'm getting errors that I don't understand and can't fix. So if anyone can lead me to a solid; efficient tutorial or show me how it will be appreciated!
-
Answer:
Its pretty simple if you are using git and are comfortable in the terminal cd into the directory of your project. run 'git init && git add * && git commit -am"Initial Commit"' Then you can add remotes such as github or other hosted source code solutions. http://www.raywenderlich.com/13771/how-to-use-git-source-control-with-xcode-in-ios-6
Christopher Lee Truman at Quora Visit the source
Other answers
Found a simple and easy resoloution!
Andre Flowers
Related Q & A:
- How to get the source file of a particular type?Best solution by social.msdn.microsoft.com
- How to find the embed code for videos on a Website when it doesn't show in the source code?Best solution by Stack Overflow
- How to convert the content of a scrollView to a Bitmap?Best solution by Quora
- How to remove the attached source which was added to a Jar?Best solution by Stack Overflow
- How do I cite a source on wikipedia?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.