Time for action – importing an existing GitHub project
Perform the following steps to import an existing GitHub project:
Connect to GitHub and find the project you are interested in, for example the one at https://github.com/myleftboot/stopProgress.
Copy the contents of the box to the right-hand side of Git Read-Only; in this case https://github.com/myleftboot/stopProgress.
In Titanium Studio select File | Import.
Select Git/Git Repository as New Project and click on Next.
Paste in the URL copied in step 2, and click on Import.
The project will be copied from GitHub into Titanium Studio.
What just happened?
The project listed on GitHub was downloaded to your workspace and imported into Titanium Studio. The project can be seen in Project Navigator. The project is linked with the GitHub repository so any changes you make locally can be committed and pushed as a new version back to GitHub, as shown in the next section.