Appendix A. Git Integration
Titanium Studio is integrated with the cloud-based GitHub source control system. This provides the following benefits:
Easy to use: All source code operations can be performed from within Studio.
Indicators: Project elements that need action are highlighted within Studio.
Safe backup of code: The code is stored off-site in the cloud.
Free: It is free, as long as you are comfortable with your source code being publically viewable. Private repositories cost money. See GitHub for details.
Easy collaboration: The web-based repository makes it easy for disparate teams to collaborate on code.
Easier than doing it yourself: Setting up your own source code repository isn't a simple process.
This appendix outlines the common operations that you are likely to perform with GitHub.
Tip
You can use other Git-based source code repositories such as Bitbucket (https://bitbucket.org/) just as easily as GitHub.