How do you convert an Android project to a maven project manually?

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

Was this solution helpful to you?

Other answers

Found a simple and easy resoloution!

Andre Flowers

Just Added Q & A:

Find solution

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.